検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 496 for [SIMILAR] 16 1024 4096 WITH 42095 posix WITH 199... (0.978 sec.)
指定 ID のユーザーに関する情報を返す 0
« posix_getpwnam posix_getrlimit » PHP Manual POSIX 関数 指定 ID のユーザーに関する情報を返す posix_getpwuid (PHP 4, PHP 5, PHP 7, PHP 8) posix_getpwuid — 指定 ID のユーザーに関する情報を返す 説明 posix_getpwuid ( int $user_id ): array | false 指定したユーザー ID のユーザーについての情報 ...
https://man.plustar.jp/php/function.posix-getpwuid.html - [similar]
指定した名前のユーザーに関する情報を返す 0
« posix_getppid posix_getpwuid » PHP Manual POSIX 関数 指定した名前のユーザーに関する情報を返す posix_getpwnam (PHP 4, PHP 5, PHP 7, PHP 8) posix_getpwnam — 指定した名前のユーザーに関する情報を返す 説明 posix_getpwnam ( string $username ): array | false 指定したユーザーに関する情報を配列 ...
https://man.plustar.jp/php/function.posix-getpwnam.html - [similar]
制御する端末のパス名を得る 0
« posix_access posix_errno » PHP Manual POSIX 関数 制御する端末のパス名を得る posix_ctermid (PHP 4, PHP 5, PHP 7, PHP 8) posix_ctermid — 制御する端末のパス名を得る 説明 posix_ctermid (): string | false そのプロセスで現在制御している端末のパス名を表す文字列を作成します。 エラーが発生した場 ...
https://man.plustar.jp/php/function.posix-ctermid.html - [similar]
システムプログラムの実行 0
« posix_uname はじめに » PHP Manual プロセス制御 システムプログラムの実行 システムプログラムの実行 はじめに インストール/設定 要件 インストール手順 実行時設定 リソース型 定義済み定数 プログラム実行関数 escapeshellarg — シェル引数として使用される文字列をエスケープする escapeshellcmd — シェ ...
https://man.plustar.jp/php/book.exec.html - [similar]
子プロセスを終了させたシグナルを返す 0
« pcntl_wstopsig POSIX » PHP Manual PCNTL 関数 子プロセスを終了させたシグナルを返す pcntl_wtermsig (PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8) pcntl_wtermsig — 子プロセスを終了させたシグナルを返す 説明 pcntl_wtermsig ( int $status ): int | false 子プロセスを終了させたシグナル番号を返します。こ ...
https://man.plustar.jp/php/function.pcntl-wtermsig.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
« 例 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]
fifo スペシャルファイル(名前付きパイプ)を作成する 0
« posix_kill posix_mknod » PHP Manual POSIX 関数 fifo スペシャルファイル(名前付きパイプ)を作成する posix_mkfifo (PHP 4, PHP 5, PHP 7, PHP 8) posix_mkfifo — fifo スペシャルファイル(名前付きパイプ)を作成する 説明 posix_mkfifo ( string $filename , int $permissions ): bool posix_mkfifo() は、 ...
https://man.plustar.jp/php/function.posix-mkfifo.html - [similar]
PHP スクリプトの所有者の GID を得る 0
« getlastmod getmyinode » PHP Manual PHP オプション/情報 関数 PHP スクリプトの所有者の GID を得る getmygid (PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8) getmygid — PHP スクリプトの所有者の GID を得る 説明 getmygid (): int | false 現在のスクリプトのグループ ID を取得します。 パラメータ この関数に ...
https://man.plustar.jp/php/function.getmygid.html - [similar]
はじめに 0
« Eio インストール/設定 » PHP Manual Eio はじめに はじめに この拡張モジュールは、非同期 POSIX I/O 機能を提供します。 Marc Lehmann による » libeio C ライブラリを利用します。 注意 : この拡張モジュールは Windows 環境では利用できません。 警告 注意すべき点は、個々のリクエストが単一のスレッド内 ...
https://man.plustar.jp/php/intro.eio.html - [similar]