検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 300 for [SIMILAR] 16 1024 4096 WITH 19903 子プ WITH 1695... (0.407 sec.)
指定した errno に対応するシステムのエラーメッセージを取得する 5346
« pcntl_sigwaitinfo pcntl_unshare » PHP Manual PCNTL 関数 指定した errno に対応するシステムのエラーメッセージを取得する pcntl_strerror (PHP 5 >= 5.3.4, PHP 7, PHP 8) pcntl_strerror — 指定した errno に対応するシステムのエラーメッセージを取得する 説明 pcntl_strerror ( int $error_code ): st ...
https://man.plustar.jp/php/function.pcntl-strerror.html - [similar]
ステータスコードがシグナルによる終了を表しているかどうかを調べる 0
« pcntl_wifexited pcntl_wifstopped » PHP Manual PCNTL 関数 ステータスコードがシグナルによる終了を表しているかどうかを調べる pcntl_wifsignaled (PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8) pcntl_wifsignaled — ステータスコードがシグナルによる終了を表しているかどうかを調べる 説明 pcntl_wifsignaled ...
https://man.plustar.jp/php/function.pcntl-wifsignaled.html - [similar]
基本的な使用法 0
« 例 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]
シグナルハンドラを設定する 0
« 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]
CTRLイベント を別プロセスに送信する 0
« sapi_windows_cp_set sapi_windows_set_ctrl_handler » PHP Manual その他の関数 CTRLイベント を別プロセスに送信する sapi_windows_generate_ctrl_event (PHP 7 >= 7.4.0, PHP 8) sapi_windows_generate_ctrl_event — CTRLイベント を別プロセスに送信する 説明 sapi_windows_generate_ctrl_event ( int $e ...
https://man.plustar.jp/php/function.sapi-windows-generate-ctrl-event.html - [similar]
区別できないソケットの組を作成し、配列に保存する 0
« socket_create_listen socket_create » PHP Manual ソケット 関数 区別できないソケットの組を作成し、配列に保存する socket_create_pair (PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8) socket_create_pair — 区別できないソケットの組を作成し、配列に保存する 説明 socket_create_pair ( int $domain , int $typ ...
https://man.plustar.jp/php/function.socket-create-pair.html - [similar]
0
« 定義済み定数 ウォッチャー » PHP Manual Ev 例 例 例1 タイマーのサンプル <?php // タイマーを作り、2 秒後に起動します $w1 = new EvTimer ( 2 , 0 , function () { echo "2 seconds elapsed\n" ; }); // タイマーを作って 2 秒後に起動させ、その後は // 手で止めるまで 1 秒おきに繰り返します $w2 = ne ...
https://man.plustar.jp/php/ev.examples.html - [similar]
Lighttpd 1.4 (Unix システム用) 0
« Nginx 1.4.x (Unix システム用) LiteSpeed/OpenLiteSpeed Webサーバ(Unixシステム用) » PHP Manual Unix システムへのインストール Lighttpd 1.4 (Unix システム用) Lighttpd 1.4 (Unix システム用) ここでは、Unix システム上の Lighttpd 1.4 で PHP を使用する際の注意点とヒントをまとめます。 まず » Lig ...
https://man.plustar.jp/php/install.unix.lighttpd-14.html - [similar]
EvChild ウォッチャーオブジェクトを作る 0
« EvChild EvChild::createStopped » PHP Manual EvChild EvChild ウォッチャーオブジェクトを作る EvChild::__construct (PECL ev >= 0.2.0) EvChild::__construct — EvChild ウォッチャーオブジェクトを作る 説明 public EvChild::__construct ( int $pid , bool $trace , callable $callback , mixed $data ...
https://man.plustar.jp/php/evchild.construct.html - [similar]
Win32 ベース優先度クラス 0
« Win32 エラーコード Win32 リカバリアクション » PHP Manual 定義済み定数 Win32 ベース優先度クラス Win32 ベース優先度クラス 定数 値 説明 WIN32_ABOVE_NORMAL_PRIORITY_CLASS 0x00008000 WIN32_NORMAL_PRIORITY_CLASS よりも高いけれど WIN32_HIGH_PRIORITY_CLASS よりは低い優先度のプロセス。 WIN32_BE ...
https://man.plustar.jp/php/win32service.constants.basepriorities.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT