GNU Readline函数库:readline_list_history

readline_list_history

(PHP4 >= 4.0b4)

readline_list_history ---&">nbsp; 列出记录

语法 : array readline_list_history (void )

说明 :

此函数会传回全部的命令行记录,传回的是一数组,数组的索引值是整数,从0开始。

时间: 2024-09-20 00:21:47

GNU Readline函数库:readline_list_history的相关文章

GNU Readline函数库:readline

readline (PHP4 >= 4.0b4) readline ---&http://www.aliyun.com/zixun/aggregation/37954.html">nbsp; 读取字符串 语法 : string readline ([string prompt]) 说明 : 此函数从使用者传回一个字符串,你可以指定一个提示(prompt)使用者的字符串,传回的字符串会在新行(newline)处结尾,你必须使用readline_add_history( )来增加

GNU Readline函数库:readline_info

readline_info (PHP4 >= 4.0b4) readline_info ---&http://www.aliyun.com/zixun/aggregation/37954.html">nbsp; 取得或设定readline各个内部的值 语法 : mixed readline_info ([string varname [, string newvalue]]) 说明 : 如果呼叫此函数时没有给予任何的参数的话,则此函数会传回所有 readline设定的值,传回

GNU Readline函数库:readline_write_history

readline_write_history (PHP4 >= 4.0b4) readline_write_history ---&http://www.aliyun.com/zixun/aggregation/37954.html">nbsp; 写入记录 语法 : boolean readline_write_history (string filename) 说明 : 此函数将命令记录写到文件中.

GNU Readline函数库:readline_read_history

readline_read_history (PHP4 >= 4.0b4) readline_read_history ---&http://www.aliyun.com/zixun/aggregation/37954.html">nbsp; 读取记录 语法 : boolean readline_read_history (string filename) 说明 : 此函数从一个文件中读取一个命令记录.

GNU Readline函数库:readline_completion_function

readline_completion_function (PHP4 >= 4.0b4) readline_completion_function ---&http://www.aliyun.com/zixun/aggregation/37954.html">nbsp; 登记一个结束函数 语法 : boolean readline_completion_function (string line) 说明 : 此函数登记一个结束(completion)函数,你必须提供一个现存的

GNU Readline函数库:readline_clear_history

readline_clear_history (PHP4 >= 4.0b4) readline_clear_history ---&http://www.aliyun.com/zixun/aggregation/37954.html">nbsp; 清除记录 语法 : boolean readline_clear_history (void ) 说明 : 此函数会清除全部的命令行记录.

GNU Gettext函数库:dgettext

dgettext (PHP3 >= 3.0.7 , PHP4) dgettext ---&http://www.aliyun.com/zixun/aggregation/37954.html">nbsp; 撤消现行的网域 语法 : string dgettext (string domain, string message) 说明 : 此函数允许你去撤消个别讯息查询的现行网域.

GNU Gettext函数库:dcgettext

dcgettext (PHP3 >= 3.0.7 , PHP4) dcgettext ---&http://www.aliyun.com/zixun/aggregation/37954.html">nbsp; 撤消个别讯息查询的网域 语法 : string dcgettext (string domain, string message, int category) 说明 : 此函数允许你去撤消个别讯息查询的现行网域,它也允许你去指定一个种类.

GNU Gettext函数库:textdomain

textdomain (PHP3 >= 3.0.7 , PHP4) textdomain ---&http://www.aliyun.com/zixun/aggregation/37954.html">nbsp; 设定预设的网域 语法 : int textdomain ([string library]) 说明 : 此函数设定当呼叫gettext( )时,要在内部搜寻的网域.呼叫此函数如果没有给予参数的话,会获得目前的设定值,但不会改变它.