readline_add_history (PHP 4, PHP 5, PHP 7, PHP 8)readline_add_history — 添加一行到历史 说明 readline_add_history(string $prompt): true 此函数添加一行到命令行历史。 参数 prompt 添加到历史中的行。 返回值 总是返回 true。