Note that this function is blocking if there is no character to read
If you don`t want to get blocked, you should use the trick with stream_select()
It also only reads one char per call,
So if something else in your script is blocking,
you`ve got a problem
readline_callback_read_char
(PHP 5 >= 5.1.0)
readline_callback_read_char — Lit un caractère et informe l'interface de rappel readline
Description
void readline_callback_read_char
( void
)
Lit un caractère de l'entrée utilisateur. Lorsqu'une ligne est reçue, la fonction informe l'interface de rappel readline installée en utilisant readline_callback_handler_install() qu'une ligne est prête à être entrée.
Valeurs de retour
Aucune valeur n'est retournée.
Exemples
Voir la fonction readline_callback_handler_install() pour un exemple concernant l'utilisation de l'interface de rappel readline.
Voir aussi
- readline_callback_handler_install() - Initialise l'interface et le terminal de rappel de readline, affiche le prompt et retourne immédiatement
- readline_callback_handler_remove() - Efface un gestionnaire de rappel readline
Quis-NOZPAM- at omicidio-NOZPAM- dot nl ¶
6 years ago
