検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 58 for pcntl (0.002 sec.)
現在実行中のプロセスをフォークする 8928
« pcntl_exec pcntl_get_last_error » PHP Manual PCNTL 関数 現在実行中のプロセスをフォークする pcntl ... tl_fork (PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8) pcntl_fork — 現在実行中のプロセスをフォークする 説明 pcn ... tl_fork (): int pcntl_fork() 関数は、親プロセスとその PID および PPID の ... は生成されずに、PHP のエラーが 出力されます。 例 例1 pcntl_fork() の例 <?php $pid = pcntl_fork (); if ( $pid ... ません' ); } else if ( $pid ) { // 親プロセスの場合 pcntl_wait ( $status ); // ゾンビプロセスから守る } else ...
https://man.plustar.jp/php/function.pcntl-fork.html - [similar]
直近の pcntl 関数が失敗したときのエラー番号を取得する 8928
« pcntl_fork pcntl_getpriority » PHP Manual PCNTL 関数 直近の pcntl 関数が失敗したときのエラー番 ... 号を取得する pcntl_get_last_error (PHP 5 >= 5.3.4, PHP 7, PHP 8) pcnt ... l_get_last_error — 直近の pcntl 関数が失敗したときのエラー番号を取得する 説明 pcnt ... はありません。 戻り値 エラーコードを返します。 参考 pcntl_strerror() - 指定した errno に対応するシステムのエ ... ラーメッセージを取得する 関連キーワード: pcntl , 関数 , 取得 , 直近 , 失敗 , エラー , 番号 , パラ ...
https://man.plustar.jp/php/function.pcntl-get-last-error.html - [similar]
シグナルを待つ 8928
« pcntl_sigtimedwait pcntl_strerror » PHP Manual PCNTL 関数 シグナルを待つ pcntl_sigwaitinfo (PH ... P 5 >= 5.3.0, PHP 7, PHP 8) pcntl_sigwaitinfo — シグナルを待つ 説明 pcntl_sigwaitinf ... array $signals , array &$info = [] ): int | false pcntl_sigwaitinfo() は、 呼び出し元のスクリプトの実行をい ... もしそのシグナルのいずれかがすでにペンディング状態 ( pcntl_sigprocmask() でブロックされているなど) の場合、 p ... を返します。 失敗した場合に false を返します 例 例1 pcntl_sigwaitinfo() の例 <?php echo "Blocking SIGHUP sig ...
https://man.plustar.jp/php/function.pcntl-sigwaitinfo.html - [similar]
子プロセスを停止させたシグナルを返す 8914
« pcntl_wifstopped pcntl_wtermsig » PHP Manual PCNTL 関数 子プロセスを停止させたシグナルを返す pcntl ... ntl_wstopsig (PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8) pcntl_wstopsig — 子プロセスを停止させたシグナルを返す 説 ...pcntl_wstopsig ( int $status ): int | false 子プロセスを ... 停止させたシグナル番号を返します。この関数は、 pcntl_wifstopped() が true を返す場合のみ有用です。 パラ ... メータ status パラメータ status は、 pcntl_waitpid() が正常にコールされた際に得られます。 戻り ...
https://man.plustar.jp/php/function.pcntl-wstopsig.html - [similar]
終了した子プロセスのリターンコードを返す 8884
« pcntl_waitpid pcntl_wifexited » PHP Manual PCNTL 関数 終了した子プロセスのリターンコードを返す ... pcntl_wexitstatus (PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8) ... us — 終了した子プロセスのリターンコードを返す 説明 pcntl_wexitstatus ( int $status ): int | false 終了した子 ... プロセスのリターンコードを返します。この関数は、 pcntl_wifexited() が true を返す場合のみ 有用です。 パラ ... メータ status パラメータ status は、 pcntl_waitpid() が正常にコールされた際に得られます。 戻り ...
https://man.plustar.jp/php/function.pcntl-wexitstatus.html - [similar]
子プロセスを終了させたシグナルを返す 8884
« pcntl_wstopsig POSIX » PHP Manual PCNTL 関数 子プロセスを終了させたシグナルを返す pcntl_wterms ... ig (PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8) pcntl_wtermsig — 子プロセスを終了させたシグナルを返す 説 ...pcntl_wtermsig ( int $status ): int | false 子プロセスを ... 終了させたシグナル番号を返します。この関数は、 pcntl_wifsignaled() が true を返す場合のみ有用です。 パラ ... メータ status パラメータ status は、 pcntl_waitpid() が正常にコールされた際に得られます。 戻り ...
https://man.plustar.jp/php/function.pcntl-wtermsig.html - [similar]
ステータスコードが正常終了を表しているかどうかを調べる 8650
« pcntl_wexitstatus pcntl_wifsignaled » PHP Manual PCNTL 関数 ステータスコードが正常終了を表して ... いるかどうかを調べる pcntl_wifexited (PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8) pc ... スコードが正常終了を表しているかどうかを調べる 説明 pcntl_wifexited ( int $status ): bool ステータスコードが ... 調べます。 パラメータ status パラメータ status は、 pcntl_waitpid() が正常にコールされた際に得られます。 戻り ... に true 、 それ以外の場合に false を返します。 参考 pcntl_waitpid() - 待つかフォークした子プロセスのステータ ...
https://man.plustar.jp/php/function.pcntl-wifexited.html - [similar]
子プロセスが現在停止しているかどうかを調べる 8621
« pcntl_wifsignaled pcntl_wstopsig » PHP Manual PCNTL 関数 子プロセスが現在停止しているかどうかを ... 調べる pcntl_wifstopped (PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8) p ... 子プロセスが現在停止しているかどうかを調べる 説明 pcntl_wifstopped ( int $status ): bool リターンを生じた子 ... が現在停止しているかどうかを調べます。 この関数は、 pcntl_waitpid() のコールが オプション WUNTRACED を用いて ... 可能です。 パラメータ status パラメータ status は、 pcntl_waitpid() が正常にコールされた際に得られます。 戻り ...
https://man.plustar.jp/php/function.pcntl-wifstopped.html - [similar]
シグナルハンドラを設定する 8591
« pcntl_signal_get_handler pcntl_sigprocmask » PHP Manual PCNTL 関数 シグナルハンドラを設定する ... pcntl_signal (PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8) pcntl_signal — シグナルハンドラを設定する 説明 pcntl_sig ... t $handler , bool $restart_syscalls = true ): bool pcntl_signal() 関数は、 signal が指すシグナルに関するハン ... を実装していない場合は NULL が提供されます。 例 例1 pcntl_signal() の例 <?php // tick を使用しなければなりま ... を設定します...\n" ; // シグナルハンドラを設定します pcntl_signal ( SIGTERM , "sig_handler" ); pcntl_signal ( ...
https://man.plustar.jp/php/function.pcntl-signal.html - [similar]
ステータスコードがシグナルによる終了を表しているかどうかを調べる 8548
« pcntl_wifexited pcntl_wifstopped » PHP Manual PCNTL 関数 ステータスコードがシグナルによる終了を ... 表しているかどうかを調べる pcntl_wifsignaled (PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8) ... シグナルによる終了を表しているかどうかを調べる 説明 pcntl_wifsignaled ( int $status ): bool 子プロセスが終了 ... 。 caught. パラメータ status パラメータ status は、 pcntl_waitpid() が正常にコールされた際に得られます。 戻り ... に true 、 それ以外の場合に false を返します。 参考 pcntl_waitpid() - 待つかフォークした子プロセスのステータ ...
https://man.plustar.jp/php/function.pcntl-wifsignaled.html - [similar]
PREV 1 2 3 4 5 6 NEXT