php8.5
Home/ Manual/ readline / functions/ readline_callback_handler_remove

readline_callback_handler_remove

PHP function Edit on GitHub ✎

(PHP 5 >= 5.1.0, PHP 7, PHP 8)

Removes a previously installed callback handler and restores terminal settings

Description

readline_callback_handler_remove(): bool

Removes a previously installed callback handler and restores terminal settings.

System-callback-support

Parameters Parameters

Return Values

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

Examples

See readline_callback_handler_install() for an example of how to use the readline callback interface.

See Also

Source: reference/readline/functions/readline-callback-handler-remove.xml · from the official PHP manual (php/doc-en)