pcntl_strerror
(PHP 5 >= 5.3.4)
pcntl_strerror — Retrieve the system error message associated with the given errno
Descrição
string pcntl_strerror
( int
$errno
)
Warning
Esta função não está documentada; somente a lista de argumentos está disponível.
Parâmetros
-
errno -
Valor Retornado
Returns error description on success ou FALSE em caso de falha.
Veja Também
- pcntl_get_last_error() - Retrieve the error number set by the last pcntl function which failed