• 首页
  • vue
  • TypeScript
  • JavaScript
  • scss
  • css3
  • html5
  • php
  • MySQL
  • redis
  • jQuery
  • pcntl_strerror()

    (PHP 5 >= 5.3.4, PHP 7)

    Retrieve the system error message associated with the given errno

    说明

    pcntl_strerror(int $errno): string
    Warning

    本函数还未编写文档,仅有参数列表。

    参数

    $errno

    返回值

    Returns error description on success 或者在失败时返回FALSE.

    参见

    上篇:pcntl_sigwaitinfo()

    下篇:pcntl_wait()