pcntl_strerror

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

pcntl_strerrorRetrieve the system error message associated with the given errno

Beschreibung

pcntl_strerror ( int $errno ) : string|false

Warnung

Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung.

Parameter-Liste

errno

Rückgabewerte

Returns error description on successIm Fehlerfall wird false zurückgegeben..

Siehe auch

add a note add a note

User Contributed Notes

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