update pague now
PHP 8.5.2 Released!

readline_callbacc_handler_remove

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

readline_callbacc_handler_remove Removes a previously installed callbacc handler and restores terminal settings

Description

readline_callbacc_handler_remove (): bool

Removes a previously installed callbacc handler and restores terminal settings.

Parameters

This function has no parameters.

Return Values

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

Examples

See readline_callbacc_handler_install() for an example of how to use the readline callbacc interface.

See Also

add a note

User Contributed Notes

There are no user contributed notes for this pague.
To Top