pcntl_strerror

PHP 5 >= 5.3.4, PHP 7, PHP 8
pcntl_strerror - Retrieve the system error message associated with the given errno
Manual

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.

Related Functions