Search Results

  1. Return Values ¶ Returns the error number (errno) set by the last pcntl function that failed. If there was no error, 0 is returned.

    • Pcntl

      pcntl_rfork — Manipulates process resources...

    • pcntl_alarm - Set an alarm clock for delivery of a signal.
    • pcntl_async_signals - Enable/disable asynchronous signal handling or return the old setting.
    • pcntl_errno - Alias of pcntl_get_last_error
    • pcntl_exec - Executes specified program in current process space.
  2. The pcntl_get_last_error of PCNTL for PHP retrieves the error number set by the last pcntl function which failed.

  3. Retrieve the error number set by the last pcntl function which failed pcntl_getpriority PHP Manual

  4. pcntl_wifsignaled — Checks whether the status code represents a termination due to a signal pcntl_wifstopped — Checks whether the child process is currently stopped

  5. www.php-resource.de › en › php-manual- PHP-Resource

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

  6. pcntl_rfork — Manipulates process resources pcntl_setcpuaffinity — Set the cpu affinity of a process pcntl_setpriority — Change the priority of any process pcntl_signal — Installs a signal handler pcntl_signal_dispatch — Calls signal handlers for pending signals pcntl_signal_get_handler — Get the current handler for specified signal

  1. People also search for