Forum und email

readline_write_history

(PHP 4, PHP 5)

readline_write_history — Writes the history

설명

bool readline_write_history ([ string $filename ] )

This function writes the command history to a file.

매개변수

filename

Path to the saved file.

반환값

성공할 경우 TRUE를, 실패할 경우 FALSE를 반환합니다.