GoLang pcntl_strerror

request it (333)
GoLang replacement for PHP's pcntl_strerror [edit | history]



Do you know a GoLang replacement for PHP's pcntl_strerror? Write it!

PHP pcntl_strerror

PHP original manual for pcntl_strerror [ show | php.net ]

pcntl_strerror

(PHP 5 >= 5.3.4, PHP 7)

pcntl_strerrorRetrieve the system error message associated with the given errno

Description

string pcntl_strerror ( int $errno )

Warning

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

Parameters

errno

Return Values

Returns error description on success or FALSE on failure.

See Also