posix_strerror
(PHP 4 >= 4.2.0, PHP 5)
posix_strerror — Recupera il messaggio di errore di un dato codice di errore
Descrizione
string posix_strerror
( int
$errno
)
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().
There are no user contributed notes for this page.
