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

    (PHP 4 >= 4.1.0, PHP 5, PHP 7)

    返回导致子进程停止的信号

    说明

    pcntl_wstopsig(int $status): int

    返回导致子进程停止的信号编号。这个函数仅在pcntl_wifstopped()返回TRUE时有效。

    参数

    $status

    参数$status是提供给成功调用pcntl_waitpid()时的状态参数。

    返回值

    返回信号编号。

    参见