PHP » GoLang |
login |
register |
about
|
readline(PHP 4, PHP 5, PHP 7) readline — Reads 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 |
more
Recently updated
more
Most requested
more
Last requests
|