検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 316 for [SIMILAR] 16 1024 4096 WITH 15032 ス制 WITH 8978... (0.297 sec.)
基本的な使用法 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
« 要件 実行時設定 » PHP Manual インストール/設定 インストール手順 インストール手順 PHPがサポートするプロセス制御機能は、デフォルトでは有効となってい ません。プロセス制御機能を有効にするには、 configure のオプションに --enable-pcntl を付け、CGI 版あるいは CLI 版の PHP をコンパイルする必要 ...
https://man.plustar.jp/php/pcntl.installation.html - [similar]
posix_setrlimit 定数 0
« posix_mknod 定数 POSIX 関数 » PHP Manual 定義済み定数 posix_setrlimit 定数 posix_setrlimit() 定数 注意 : システムによっては いくつかの定数が使用できない場合があることに注意してください。 注意 : 以下の一覧とともに、特定のオペレーションシステムの setrlimit() のマニュアルページを読みたくな ...
https://man.plustar.jp/php/posix.constants.setrlimit.html - [similar]
新しく追加された関数 0
« 新しいクラスとインターフェイス 新しいグローバル定数 » PHP Manual PHP 7.3.x から PHP 7.4.x への移行 新しく追加された関数 新しく追加された関数 PHP コア get_mangled_object_vars() password_algos() sapi_windows_set_ctrl_handler() GD imagecreatefromtga() マルチバイト文字列 mb_str_split() Ope ...
https://man.plustar.jp/php/migration74.new-functions.html - [similar]
定義済み定数 0
« リソース型 例 » PHP Manual PCNTL 定義済み定数 定義済み定数 以下のシグナルのリストがプロセス制御関数でサポートされています。 これらのシグナルのデフォルト動作の詳細については、 signal(7) のマニュアルを参照ください。 プロセス制御関連の定数 WNOHANG ( int ) WUNTRACED ( int ) SIG_* 定数 SIG_ ...
https://man.plustar.jp/php/pcntl.constants.html - [similar]
関数リファレンス 0
« PHP DTrace 静的プローブとともに SystemTap を使用 PHP の振る舞いの変更 » PHP Manual 関数リファレンス 関数リファレンス ヒント 参考 拡張モジュールの一覧/分類 . PHP の振る舞いの変更 APCu — APC User Cache Componere エラー処理 — エラー処理およびログ記録 FFI — Foreign Function Interface OPcac ...
https://man.plustar.jp/php/funcref.html - [similar]
システムリソース制限を設定 0
« posix_setpgid posix_setsid » PHP Manual POSIX 関数 システムリソース制限を設定 posix_setrlimit (PHP 7, PHP 8) posix_setrlimit — システムリソース制限を設定 説明 posix_setrlimit ( int $resource , int $soft_limit , int $hard_limit ): bool posix_setrlimit() は、 指定されたシステムリソースに ...
https://man.plustar.jp/php/function.posix-setrlimit.html - [similar]
新しく追加された関数 0
« 新しいクラスとインターフェイス 新しいグローバル定数 » PHP Manual PHP 8.0.x から PHP 8.1.x への移行 新しく追加された関数 新しく追加された関数 PHP コア array_is_list() GD imagecreatefromavif() imageavif() MySQLi mysqli_result::fetch_column() mysqli_fetch_column() プロセス制御 pcntl_rfork ...
https://man.plustar.jp/php/migration81.new-functions.html - [similar]
システムリソース制限に関する情報を返す 0
« posix_getpwuid posix_getsid » PHP Manual POSIX 関数 システムリソース制限に関する情報を返す posix_getrlimit (PHP 4, PHP 5, PHP 7, PHP 8) posix_getrlimit — システムリソース制限に関する情報を返す 説明 posix_getrlimit (): array | false posix_getrlimit() は、 現在のリソースにおけるソフトリミ ...
https://man.plustar.jp/php/function.posix-getrlimit.html - [similar]
子プロセスが現在停止しているかどうかを調べる 0
« pcntl_wifsignaled pcntl_wstopsig » PHP Manual PCNTL 関数 子プロセスが現在停止しているかどうかを調べる pcntl_wifstopped (PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8) pcntl_wifstopped — 子プロセスが現在停止しているかどうかを調べる 説明 pcntl_wifstopped ( int $status ): bool リターンを生じた子プロ ...
https://man.plustar.jp/php/function.pcntl-wifstopped.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT