PHP 8.5.0 Alpha 2 available for testing

readline_add_history

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

readline_add_historySe añade una línea al historial

Descripción

readline_add_history(string $prompt): true

Se añade una línea al historial.

Parámetros

prompt

La línea a añadir al historial.

Valores devueltos

Retorna siempre true.

add a note

User Contributed Notes

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