Server IP : 172.67.216.182 / Your IP : 172.68.164.29 Web Server : Apache System : Linux krdc-ubuntu-s-2vcpu-4gb-amd-blr1-01.localdomain 5.15.0-142-generic #152-Ubuntu SMP Mon May 19 10:54:31 UTC 2025 x86_64 User : www ( 1000) PHP Version : 7.4.33 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /www/server/php/80/src/ext/pcntl/ |
Upload File : |
<?php /** @generate-function-entries */ function pcntl_fork(): int {} /** * @param int $status * @param array $resource_usage */ function pcntl_waitpid(int $process_id, &$status, int $flags = 0, &$resource_usage = []): int {} /** * @param int $status * @param array $resource_usage */ function pcntl_wait(&$status, int $flags = 0, &$resource_usage = []): int {} /** @param callable|int $handler */ function pcntl_signal(int $signal, $handler, bool $restart_syscalls = true): bool {} /** @return callable|int */ function pcntl_signal_get_handler(int $signal) {} function pcntl_signal_dispatch(): bool {} #ifdef HAVE_SIGPROCMASK /** @param array $old_signals */ function pcntl_sigprocmask(int $mode, array $signals, &$old_signals = null): bool {} #endif #ifdef HAVE_STRUCT_SIGINFO_T #if defined(HAVE_SIGWAITINFO) && defined(HAVE_SIGTIMEDWAIT) /** @param array $info */ function pcntl_sigwaitinfo(array $signals, &$info = []): int|false {} /** @param array $info */ function pcntl_sigtimedwait(array $signals, &$info = [], int $seconds = 0, int $nanoseconds = 0): int|false {} #endif #endif function pcntl_wifexited(int $status): bool {} function pcntl_wifstopped(int $status): bool {} #ifdef HAVE_WCONTINUED function pcntl_wifcontinued(int $status): bool {} #endif function pcntl_wifsignaled(int $status): bool {} function pcntl_wexitstatus(int $status): int|false {} function pcntl_wtermsig(int $status): int|false {} function pcntl_wstopsig(int $status): int|false {} function pcntl_exec(string $path, array $args = [], array $env_vars = []): bool {} function pcntl_alarm(int $seconds): int {} function pcntl_get_last_error(): int {} /** @alias pcntl_get_last_error */ function pcntl_errno(): int {} #ifdef HAVE_GETPRIORITY function pcntl_getpriority(?int $process_id = null, int $mode = PRIO_PROCESS): int|false {} #endif #ifdef HAVE_SETPRIORITY function pcntl_setpriority(int $priority, ?int $process_id = null, int $mode = PRIO_PROCESS): bool{} #endif function pcntl_strerror(int $error_code): string {} function pcntl_async_signals(?bool $enable = null): bool {} #ifdef HAVE_UNSHARE function pcntl_unshare(int $flags): bool {} #endif