readline_read_history(): Read Command History in PHP
The PHP function readline_read_history() reads command history from a specified file, returning TRUE on success and FALSE on failure, and is used to load previously entered commands into the readline interface.