Home > PHP > Function > Readline > readline_callback_handler_remove()

readline_callback_handler_remove()

readline_callback_handler_remove - Removes a previously installed callback handler and restores terminal settings

Syntax

bool readline_callback_handler_remove ()

Arguments

-

Description

Removes a previously installed callback handler and restores terminal settings.

Version

PHP 5.1.0

Return value

Returns TRUE if a previously installed callback handler was removed, or FALSE if one could not be found.