pcntl_strerror

(PHP 5 >= 5.3.4, PHP 7)

pcntl_strerrorRetrieve the system error message associated with the given errno

Descrição

pcntl_strerror ( int $errno ) : string|false

Aviso

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