PHP 8.3.4 Released!

readline_clear_history

(PHP 4, PHP 5, PHP 7, PHP 8)

readline_clear_history清除历史

说明

readline_clear_history(): bool

这个函数清除全部的命令行历史。

参数

此函数没有参数。

返回值

成功时返回 true, 或者在失败时返回 false

add a note

User Contributed Notes

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