PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

readline_list_history> <readline_completion_function
Last updated: Fri, 03 Oct 2008

view this page in

readline_info

(PHP 4, PHP 5)

readline_info種々の readline の内部変数を取得/設定する

説明

mixed readline_info ([ string $varname [, string $newvalue ]] )

さまざまな readline の内部変数の取得あるいは設定を行います。

パラメータ

varname

変数の名前。

newvalue

指定した場合は、これがその設定の新しい値となります。

返り値

パラメータを指定しないでコールした場合、この関数は readline が使用する すべての設定の値を配列で返します。要素の添字は次のようになります。 done, end, erase_empty_line, library_version, line_buffer, mark, pending_input, point, prompt, readline_name, terminal_name

ひとつあるいはふたつのパラメータを指定してコールした場合は、 元の値が返されます。



add a note add a note User Contributed Notes
readline_info
There are no user contributed notes for this page.

readline_list_history> <readline_completion_function
Last updated: Fri, 03 Oct 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites