検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 152 for [SIMILAR] 16 1024 4096 WITH 34927 pcntl WITH 284... (0.191 sec.)
プロセスにシグナルを送信する 7249
« 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]
基本的な使用法 7249
« 例 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]
シグナルハンドラを設定する 7247
« 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_signal ( int $signal , callable | int $handler , bool $restart_syscalls = true ): bool p ...
https://man.plustar.jp/php/function.pcntl-signal.html - [similar]
指定されたシグナルの現在のハンドラを取得する 6887
« 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]
待つかフォークした子プロセスのステータスを返す 6887
« 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]
待つかフォークした子プロセスのステータスを返す 6887
« 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]
現在実行中のプロセスをフォークする 6887
« 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]
はじめに 6887
« PCNTL インストール/設定 » PHP Manual PCNTL はじめに はじめに PHP がサポートするプロセス制御関数は、Unix 形式のプロセス生成、 プロセス実行、シグナル処理、プロセス終了機能を実装しています。 プロセス制御は Web サーバー環境で有効にするべきではなく、プロセス 制御関数のどれかが Web サーバー環 ...
https://man.plustar.jp/php/intro.pcntl.html - [similar]
プロセスのリソースを管理する 6887
« pcntl_getpriority pcntl_setpriority » PHP Manual PCNTL 関数 プロセスのリソースを管理する pcntl_rfork (PHP 8 >= 8.1.0) pcntl_rfork — プロセスのリソースを管理する 説明 pcntl_rfork ( int $flags , int $signal = 0 ): int プロセスのリソースを管理します。 パラメータ flags flags は、 呼び出して ...
https://man.plustar.jp/php/function.pcntl-rfork.html - [similar]
pcntl_get_last_error のエイリアス 6887
« pcntl_async_signals pcntl_exec » PHP Manual PCNTL 関数 pcntl_get_last_error のエイリアス pcntl_errno (PHP 5 >= 5.3.4, PHP 7, PHP 8) pcntl_errno — pcntl_get_last_error() のエイリアス 説明 この関数は次の関数のエイリアスです。 pcntl_get_last_error() 関連キーワード: pcntl , 関数 , errno , ...
https://man.plustar.jp/php/function.pcntl-errno.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT