首页 >函数列表 >readline

readline

readline

(PHP 4, PHP 5)

readlineReads 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().

参数

prompt

You may specify a string with which to prompt the user.

返回值

Returns a single string from the user. The line returned has the ending newline removed.

范例

Example #1 readline() Example

<?php
//get 3 commands from user
for ($i=0$i 3$i++) {
        
$line readline("Command: ");
        
readline_add_history($line);
}

//dump history
print_r(readline_list_history());

//dump variables
print_r(readline_info());
?>


  • readline
  • readline_add_history
  • readline_callback_handler_install
  • readline_callback_handler_remove
  • readline_callback_read_char
  • readline_clear_history
  • readline_completion_function
  • readline_info
  • readline_list_history
  • readline_on_new_line
  • readline_read_history
  • readline_redisplay
  • readline_write_history
  • PHP MySQL HTML CSS JavaScript MSSQL AJAX .NET JSP Linux Mac ASP 服务器 SQL jQuery C# C++ java Android IOS oracle MongoDB SQLite wamp 交通频道