(PHP 4, PHP 5, PHP 7, PHP 8)
readline_read_history — 读取历史
$filename
null
这个函数从文件中读取命令历史。
filename
包含命令行历史的文件路径。
成功时返回 true, 或者在失败时返回 false。
true
false
Note that the first line in the history file must contain the string: _HiStOrY_V2_Else it wont work.