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

    (PHP 5 >= 5.3.4, PHP 7)

    Retrieve the error number set by the last pcntl function which failed

    说明

    pcntl_get_last_error(void): int
    Warning

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

    参数

    此函数没有参数。

    返回值

    Returns error code.

    参见

    • pcntl_strerror()Retrieve the system error message associated with the given errno

    上篇:pcntl_fork()

    下篇:pcntl_getpriority()