★ wanayoo — archive 1999 http://www.php.net/manual/function.readline-completion-function.phpNouvelle recherche | Portail wanayoo

PHP Home Page

Manual Table of Contents
Up to readline
Quick Reference
German version of this pageJapanese version of this pageHungarian version of this page
readline
* readline
* readline_add_history
* readline_clear_history
* readline_completion_function
* readline_info
* readline_list_history
* readline_read_history
* readline_write_history
Manual: readline_completion_function
View the source code for this pageSearch the site



Previous page
 readline_clear_history
 Updated
Sat, 12 Aug 2000
readline_info 
Next page


readline_completion_function

(PHP4 >= 4.0b4)

readline_completion_function -- Registers a completion function

Description

boolean readline_completion_function (string line)

This function registers a completion function. You must supply the name of an existing function which accepts a partial command line and returns an array of possible matches. This is the same kind of functionality you'd get if you hit your tab key while using Bash.


 About Notes


Previous page
 readline_clear_history
 Updated
Sat, 12 Aug 2000
readline_info 
Next page





Who's responsible for this?
Top of this page

Site
Hosting:



Located in
United States
Elements of this website are subject to copyright.
Questions about installing or using PHP should be directed to one of the mailing lists.
Only questions about the website should be directed to webmaster@php.net.