update : 2015.11.03
php.shukuma.com검색:
|
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. 예제
Example #1 readline() Example
<?php |