Readline Funzioni
PHP Manual

readline_write_history

(PHP 4, PHP 5)

readline_write_historyWrites the history

Descrizione

bool readline_write_history ([ string $filename ] )

This function writes the command history to a file.

Elenco dei parametri

filename

Path to the saved file.

Valori restituiti

Restituisce TRUE in caso di successo, FALSE in caso di fallimento.


Readline Funzioni
PHP Manual