検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 270 for プロセス (0.014 sec.)
はじめに 6261
« PCNTL インストール/設定 » PHP Manual PCNTL はじめに はじめに PHP がサポートするプロセス制御関数 ... は、Unix 形式のプロセス生成、 プロセス実行、シグナル処理、プロセス終了機能を ... 実装しています。 プロセス制御は Web サーバー環境で有効にするべきではなく、プロ ... 期しない結果を 生じる可能性があります。 この文書は、プロセス制御関数の一般的な使用法を説明しようとするものです。 ... Unix のプロセス制御に関する詳細な情報については、fork(2), waitpid(2 ...
https://man.plustar.jp/php/intro.pcntl.html - [similar]
接続された、区別できないソケットストリームの組を作成する 6163
« stream_socket_get_name stream_socket_recvfrom » PHP Manual ストリーム 関数 接続された、区別でき ... の関数は、一般に IPC (Inter-Process Communication: プロセス間通信)で使用します。 パラメータ domain 使用するプロ ... ます。 例 例1 stream_socket_pair() の例 この例では、プロセス間通信に stream_socket_pair() を使用する基本的な方法 ... 'フォークできません' ); } else if ( $pid ) { /* 親プロセス */ fclose ( $sockets [ 0 ]); fwrite ( $sockets [ 1 ... ], "子プロセスの PID: $pid \n" ); echo fgets ( $sockets [ 1 ]); fc ...
https://man.plustar.jp/php/function.stream-socket-pair.html - [similar]
現在のプロセスの有効なグループ ID を返す 6153
« posix_getcwd posix_geteuid » PHP Manual POSIX 関数 現在のプロセスの有効なグループ ID を返す po ... (PHP 4, PHP 5, PHP 7, PHP 8) posix_getegid — 現在のプロセスの有効なグループ ID を返す 説明 posix_getegid (): in ... t 現在のプロセスの有効なグループ ID を返します。 パラメータ この関数 ... gid() と異なります。 実効グループ ID は、コール元のプロセスから posix_setegid() で変更できるからです。 参考 pos ... るグループに関する情報を返す posix_getgid() - 現在のプロセスの実際のグループ ID を返す posix_setgid() - 現在のプ ...
https://man.plustar.jp/php/function.posix-getegid.html - [similar]
親プロセスの ID を返す 6153
« posix_getpid posix_getpwnam » PHP Manual POSIX 関数 親プロセスの ID を返す posix_getppid (PHP ... 4, PHP 5, PHP 7, PHP 8) posix_getppid — 親プロセスの ID を返す 説明 posix_getppid (): int 現在のプロセ ... スの親プロセスの ID を返します。 パラメータ この関数にはパラメータ ... p echo posix_getppid (); //8259 ?> 関連キーワード: プロセス , getppid , 関数 , パラメータ , getpid , getpwnam ...
https://man.plustar.jp/php/function.posix-getppid.html - [similar]
プロセスの実行コンテキストの一部を切り離す 6095
« pcntl_strerror pcntl_wait » PHP Manual PCNTL 関数 プロセスの実行コンテキストの一部を切り離す p ... tl_unshare (PHP 7 >= 7.4.0, PHP 8) pcntl_unshare — プロセスの実行コンテキストの一部を切り離す 説明 pcntl_unshar ... e ( int $flags ): bool pcntl_unshare() は、 プロセスが他のプロセスと現時点で共有している、 実行コンテキス ... 離せるようにします。 pcntl_unshare() の主な用途は、 プロセスを作らずに、 プロセスが共有している実行コンテキストを ... が失敗したときのエラー番号を取得する 関連キーワード: プロセス , コンテキスト , 実行 , pcntl , unshare , flags , ...
https://man.plustar.jp/php/function.pcntl-unshare.html - [similar]
子プロセスを停止させたシグナルを返す 6095
« pcntl_wifstopped pcntl_wtermsig » PHP Manual PCNTL 関数 子プロセスを停止させたシグナルを返す p ... >= 4.1.0, PHP 5, PHP 7, PHP 8) pcntl_wstopsig — 子プロセスを停止させたシグナルを返す 説明 pcntl_wstopsig ( int ... $status ): int | false 子プロセスを停止させたシグナル番号を返します。この関数は、 pcn ... します。 参考 pcntl_waitpid() - 待つかフォークした子プロセスのステータスを返す pcntl_wifstopped() - 子プロセス... 現在停止しているかどうかを調べる 関連キーワード: プロセス , シグナル , 停止 , pcntl , wstopsig , status , wi ...
https://man.plustar.jp/php/function.pcntl-wstopsig.html - [similar]
PHP および DTrace の使用 6075
« PHP および DTrace への入門 PHP DTrace 静的プローブとともに SystemTap を使用 » PHP Manual DTrac ... ーブ一覧 使用できるプローブを一覧表示するには、 PHP プロセスを開始して以下のように実行します。 # dtrace -l 出力は ... up PROVIDER 列の値は、 php および 現在実行中の PHP プロセスプロセス ID から構成されます。 Apache Web サーバー ... ibphp5.so かもしれません。 そして、実行中の Apache プロセスごとに 1 つ、 一覧表の複数のブロックが存在するかもし ... 配置された PHP 内部の C 実装関数名を参照します。 PHP プロセスが実行されていない場合、PHP プローブは表示されません ...
https://man.plustar.jp/php/features.dtrace.dtrace.html - [similar]
現在のプロセス空間で指定したプログラムを実行する 6075
« pcntl_errno pcntl_fork » PHP Manual PCNTL 関数 現在のプロセス空間で指定したプログラムを実行する ... >= 4.2.0, PHP 5, PHP 7, PHP 8) pcntl_exec — 現在のプロセス空間で指定したプログラムを実行する 説明 pcntl_exec ( ... eturns false . 関連キーワード: プログラム , 実行 , プロセス , 空間 , 指定 , pcntl , args , vars , env , path ...
https://man.plustar.jp/php/function.pcntl-exec.html - [similar]
プロセスの優先度を取得する 6075
« pcntl_get_last_error pcntl_rfork » PHP Manual PCNTL 関数 プロセスの優先度を取得する pcntl_getp ... riority (PHP 5, PHP 7, PHP 8) pcntl_getpriority — プロセスの優先度を取得する 説明 pcntl_getpriority ( ? int $p ... い。 パラメータ process_id null だった場合は、現在のプロセスプロセスID を使用します。 mode PRIO_PGRP 、 PRIO_ ... _PROCESS のいずれか。 戻り値 pcntl_getpriority() はプロセスの優先度を返します。 エラー時には false を返します。 ... nullable になりました。 参考 pcntl_setpriority() - プロセスの優先度を変更する 関連キーワード: プロセス , 優先 , ...
https://man.plustar.jp/php/function.pcntl-getpriority.html - [similar]
子プロセスが現在停止しているかどうかを調べる 6075
« pcntl_wifsignaled pcntl_wstopsig » PHP Manual PCNTL 関数 子プロセスが現在停止しているかどうかを ... = 4.1.0, PHP 5, PHP 7, PHP 8) pcntl_wifstopped — 子プロセスが現在停止しているかどうかを調べる 説明 pcntl_wifsto ... pped ( int $status ): bool リターンを生じた子プロセスが現在停止しているかどうかを調べます。 この関数は、 ... ールされた際に得られます。 戻り値 リターンを生じた子プロセスが現在停止している場合に true 、 それ以外の場合に fa ... します。 参考 pcntl_waitpid() - 待つかフォークした子プロセスのステータスを返す 関連キーワード: プロセス , 停止 , ...
https://man.plustar.jp/php/function.pcntl-wifstopped.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT