検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 220 for [SIMILAR] 16 1024 4096 WITH 12442 アラ WITH 1186... (0.292 sec.)
非同期のシグナルハンドリングを有効/無効にするか、古い設定を返す 5810
« pcntl_alarm pcntl_errno » PHP Manual PCNTL 関数 非同期のシグナルハンドリングを有効/無効にするか、古い設定を返す pcntl_async_signals (PHP 7 >= 7.1.0, PHP 8) pcntl_async_signals — 非同期のシグナルハンドリングを有効/無効にするか、古い設定を返す 説明 pcntl_async_signals ( ? bool $enable = ...
https://man.plustar.jp/php/function.pcntl-async-signals.html - [similar]
シグナルイベントを Ev に送る 5810
« Ev::embeddableBackends Ev::feedSignalEvent » PHP Manual Ev シグナルイベントを Ev に送る Ev::feedSignal (PECL ev >= 0.2.0) Ev::feedSignal — シグナルイベントを Ev に送る 説明 final public static Ev::feedSignal ( int $signum ): void シグナルの受信をシミュレートします。 この関数は、いつでも ...
https://man.plustar.jp/php/ev.feedsignal.html - [similar]
シグナルイベントの情報をデフォルトループに送る 5810
« Ev::feedSignal Ev::iteration » PHP Manual Ev シグナルイベントの情報をデフォルトループに送る Ev::feedSignalEvent (No version information available, might only be in Git) Ev::feedSignalEvent — シグナルイベントの情報をデフォルトループに送る 説明 final public static Ev::feedSignalEvent ( i ...
https://man.plustar.jp/php/ev.feedsignalevent.html - [similar]
プロセスにシグナルを送信する 5810
« posix_isatty posix_mkfifo » PHP Manual POSIX 関数 プロセスにシグナルを送信する posix_kill (PHP 4, PHP 5, PHP 7, PHP 8) posix_kill — プロセスにシグナルを送信する 説明 posix_kill ( int $process_id , int $signal ): bool シグナル signal をプロセス ID process_id のプロセスに送信します。 パラ ...
https://man.plustar.jp/php/function.posix-kill.html - [similar]
基本的な使用法 5810
« 例 PCNTL 関数 » PHP Manual 例 基本的な使用法 基本的な使用法 この例は、シグナルハンドラを有するデーモンプロセスをフォークします。 例1 プロセス制御の例 <?php declare( ticks = 1 ); $pid = pcntl_fork (); if ( $pid == - 1 ) { die( "fork できません" ); } else if ( $pid ) { exit(); // 親プロセ ...
https://man.plustar.jp/php/pcntl.example.html - [similar]
proc_open で開かれたプロセスに関する情報を取得する 5810
« proc_close proc_nice » PHP Manual プログラム実行関数 proc_open で開かれたプロセスに関する情報を取得する proc_get_status (PHP 5, PHP 7, PHP 8) proc_get_status — proc_open() で開かれたプロセスに関する情報を取得する 説明 proc_get_status ( resource $process ): array proc_get_status() は、 ...
https://man.plustar.jp/php/function.proc-get-status.html - [similar]
指定されたシグナルの現在のハンドラを取得する 5398
« pcntl_signal_dispatch pcntl_signal » PHP Manual PCNTL 関数 指定されたシグナルの現在のハンドラを取得する pcntl_signal_get_handler (PHP 7 >= 7.1.0, PHP 8) pcntl_signal_get_handler — 指定されたシグナルの現在のハンドラを取得する 説明 pcntl_signal_get_handler ( int $signal ): callable | int ...
https://man.plustar.jp/php/function.pcntl-signal-get-handler.html - [similar]
待つかフォークした子プロセスのステータスを返す 5398
« pcntl_unshare pcntl_waitpid » PHP Manual PCNTL 関数 待つかフォークした子プロセスのステータスを返す pcntl_wait (PHP 5, PHP 7, PHP 8) pcntl_wait — 待つかフォークした子プロセスのステータスを返す 説明 pcntl_wait ( int &$status , int $flags = 0 , array &$resource_usage = [] ): int この関数は ...
https://man.plustar.jp/php/function.pcntl-wait.html - [similar]
待つかフォークした子プロセスのステータスを返す 5398
« pcntl_wait pcntl_wexitstatus » PHP Manual PCNTL 関数 待つかフォークした子プロセスのステータスを返す pcntl_waitpid (PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8) pcntl_waitpid — 待つかフォークした子プロセスのステータスを返す 説明 pcntl_waitpid ( int $process_id , int &$status , int $flags = 0 , ...
https://man.plustar.jp/php/function.pcntl-waitpid.html - [similar]
現在実行中のプロセスをフォークする 5398
« pcntl_exec pcntl_get_last_error » PHP Manual PCNTL 関数 現在実行中のプロセスをフォークする pcntl_fork (PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8) pcntl_fork — 現在実行中のプロセスをフォークする 説明 pcntl_fork (): int pcntl_fork() 関数は、親プロセスとその PID および PPID のみが異なる子プロセ ...
https://man.plustar.jp/php/function.pcntl-fork.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT