CakeFest 2024: The Official CakePHP Conference

pcntl_strerror

(PHP 5 >= 5.3.4, PHP 7, PHP 8)

pcntl_strerrorRetrieve the system error message associated with the given errno

Descrizione

pcntl_strerror(int $error_code): string

Avviso

Questa funzione, al momento non è documentata; è disponibile soltanto la lista degli argomenti.

Elenco dei parametri

error_code

Valori restituiti

Returns error description.

Vedere anche:

add a note

User Contributed Notes

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