pcntl_strerror

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

pcntl_strerrorRetrieve the system error message associated with the given errno

Descripción

pcntl_strerror(int $error_code): string

Advertencia

Esta función no está documentada actualmente, solamente se encuentra disponible la lista de parámetros.

Parámetros

error_code

Valores devueltos

Returns error description.

Ver también

add a note add a note

User Contributed Notes

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