readline_clear_history <<< |
readline_completion_function | readline_info >>> |
7.88 Readline (GNU) 7 Index des fonctions Manuel PHP . Introduction . Pré-requis . Installation . Configuration à l'exécution . Types de ressources . Constantes prédefinies . readline_add_history . readline_clear_history ->readline_completion_function . readline_info . readline_list_history . readline_read_history . readline_write_history . readline |
7.88.9 readline_completion_function()Enregistre une fonction de complétion[ Exemples avec readline_completion_function ] PHP 4 bool readline_completion_function ( string line )readline_completion_function enregistre une nouvelle fonction de complétion. Vous devez fournir le nom d'une fonction qui accepte un nom partiel de commande, et retourne une liste de fonctions complète possibles. C'est la même fonctionnalité que lorsque vous utilisez la touche de tabulation sous Bash. |
<< | readline_completion_function | >> |
readline_clear_history | Readline (GNU) | readline_info |