KRISTOFFER BOHMANN
[BETA]
Forside
Om KB
Kompetencer
Referencer
Readline
readline
readline_add_history
readline_callback_handler_install
readline_callback_handler_remove
readline_callback_read_char
readline_clear_history
readline_completion_function
readline_info
readline_list_history
readline_on_new_line
readline_read_history
readline_redisplay
readline_write_history
Home
>
PHP
>
Function
>
Readline
>
readline_write_history()
readline_write_history()
readline_write_history - Writes the history
Syntax
bool
readline_write_history
(
string
$filename)
Arguments
filename - Path to the saved file.
Description
This function writes the command history to a file.
Version
PHP 4, 5
Return value
Returns TRUE on success or FALSE on failure.