string readline ([ string $prompt ] )
Reads a single line from the user. You must add this line to the history yourself using readline_add_history().
Returns a single string from the user. The line returned has the ending newline removed.