|
readline(PHP 4, PHP 5) readline — Reads a line Описание
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. Примеры
Пример #1 readline() Example
<?php |
|