pcntl_strerror

(PHP 5 >= 5.3.4)

pcntl_strerrorRetrieve the system error message associated with the given errno

Опис

string pcntl_strerror ( int $errno )

Увага

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

Параметри

errno

Значення, що повертаються

Returns error description on success або FALSE в разі помилки.

Прогляньте Також

add a note add a note

User Contributed Notes

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