




| Resultats | readline_completion_function | Contact |
|
Manuel PHP
|
|
Table : .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 .readline |
readline_completion_functionreadline_completion_functionDescriptionbool readline_completion_function ( callback function )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.
|

