検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 365 for [SIMILAR] 16 1024 4096 WITH 15192 ーid WITH 1403... (0.555 sec.)
指定したグループ ID を有するグループに関する情報を返す 0
« posix_getgid posix_getgrnam » PHP Manual POSIX 関数 指定したグループ ID を有するグループに関する情報を返す posix_getgrgid (PHP 4, PHP 5, PHP 7, PHP 8) posix_getgrgid — 指定したグループ ID を有するグループに関する情報を返す 説明 posix_getgrgid ( int $group_id ): array | false 指定した I ...
https://man.plustar.jp/php/function.posix-getgrgid.html - [similar]
システムプログラムの実行 0
« posix_uname はじめに » PHP Manual プロセス制御 システムプログラムの実行 システムプログラムの実行 はじめに インストール/設定 要件 インストール手順 実行時設定 リソース型 定義済み定数 プログラム実行関数 escapeshellarg — シェル引数として使用される文字列をエスケープする escapeshellcmd — シェ ...
https://man.plustar.jp/php/book.exec.html - [similar]
指定した名前のグループに関する情報を返す 0
« posix_getgrgid posix_getgroups » PHP Manual POSIX 関数 指定した名前のグループに関する情報を返す posix_getgrnam (PHP 4, PHP 5, PHP 7, PHP 8) posix_getgrnam — 指定した名前のグループに関する情報を返す 説明 posix_getgrnam ( string $name ): array | false 指定した名前のグループに関する情報を ...
https://man.plustar.jp/php/function.posix-getgrnam.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]
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
« 例 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]
ファイルの所有者を取得する 0
« SplFileInfo::getMTime SplFileInfo::getPath » PHP Manual SplFileInfo ファイルの所有者を取得する SplFileInfo::getOwner (PHP 5 >= 5.1.2, PHP 7, PHP 8) SplFileInfo::getOwner — ファイルの所有者を取得する 説明 public SplFileInfo::getOwner (): int | false ファイルの所有者を取得します。オーナー ...
https://man.plustar.jp/php/splfileinfo.getowner.html - [similar]
ファイルの所有者を取得する 0
« filemtime fileperms » PHP Manual ファイルシステム 関数 ファイルの所有者を取得する fileowner (PHP 4, PHP 5, PHP 7, PHP 8) fileowner — ファイルの所有者を取得する 説明 fileowner ( string $filename ): int | false ファイルの所有者を取得します。 パラメータ filename ファイルへのパス。 戻り値 ...
https://man.plustar.jp/php/function.fileowner.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT