pcntl_strerror

pcntl_strerrorRetrieve the system error message associated with the given errno

Description

pcntl_strerror(int $error_code): string

Warning

This function is currently not documented; only its argument list is available.

Parameters

error_code

Return Values

Returns error description.

See Also