|
readlineReads a line Description
stringfalse readline(stringnull
$prompt = null )Reads a single line from the user. You must add this line to the history yourself using readline_add_history. Parameters
Return Values
Returns a single string from the user. The line returned has the ending
newline removed.
If there is no more data to read, then Examples
Example #1 readline Example
|