readline_clear_history

Clears the history

Description

true readline_clear_history()

This function clears the entire command line history.

Parameters

This function has no parameters.

Return Values

Always returns true.

Changelog

Version Description
8.5.0 The return type is true now; previously, it was bool.