posix_strerror

(PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8)

posix_strerror Recupera il messaggio di errore di un dato codice di errore

Descrizione

posix_strerror(int $errno): string

La funzione restiruisce il messaggio di erore POSIX associato aa un dato codice di errore. Se il parametro errno รจ impostato a 0, viene restituita la stringa "Success". Utilizzare la funzione posix_get_last_error() per ottenere il codice di errore.

Vedere anche posix_get_last_error().

add a note add a note

User Contributed Notes

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