pcntl_strerror

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

pcntl_strerrorRetrieve the system error message associated with the given errno

Descrição

pcntl_strerror(int $error_code): string

Aviso

Esta função não está documentada; apenas a lista de argumentos está disponível.

Parâmetros

error_code

Valor Retornado

Returns error description.

Veja Também

add a note add a note

User Contributed Notes

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