|
readlineReads a line Description
string readline
([ string
$prompt
] )Reads a single line from the user. You must add this line to the history yourself using readline_add_history. Parameters
Return ValuesReturns a single string from the user. The line returned has the ending newline removed. Examples
Example #1 readline Example
<?php |