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