検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 748 for [SIMILAR] 16 1024 4096 WITH 10168 スid WITH 6983... (0.544 sec.)
現在のプロセスの実際のユーザー ID を返す 0
« posix_getsid posix_initgroups » PHP Manual POSIX 関数 現在のプロセスの実際のユーザー ID を返す posix_getuid (PHP 4, PHP 5, PHP 7, PHP 8) posix_getuid — 現在のプロセスの実際のユーザー ID を返す 説明 posix_getuid (): int 現在のプロセスの実際のユーザー ID を返します。 パラメータ この関数に ...
https://man.plustar.jp/php/function.posix-getuid.html - [similar]
現在のプロセスのコードページを設定する 0
« sapi_windows_cp_is_utf8 sapi_windows_generate_ctrl_event » PHP Manual その他の関数 現在のプロセスのコードページを設定する sapi_windows_cp_set (PHP 7 >= 7.1.0, PHP 8) sapi_windows_cp_set — 現在のプロセスのコードページを設定する 説明 sapi_windows_cp_set ( int $codepage ): bool 現在のプロ ...
https://man.plustar.jp/php/function.sapi-windows-cp-set.html - [similar]
現在のプロセスの GID を設定する 0
« posix_seteuid posix_setpgid » PHP Manual POSIX 関数 現在のプロセスの GID を設定する posix_setgid (PHP 4, PHP 5, PHP 7, PHP 8) posix_setgid — 現在のプロセスの GID を設定する 説明 posix_setgid ( int $group_id ): bool 現在のプロセスのグループ ID を設定します。 この関数は特権関数であり、実 ...
https://man.plustar.jp/php/function.posix-setgid.html - [similar]
プログラム実行関数 0
« 定義済み定数 escapeshellarg » PHP Manual プログラムの実行 プログラム実行関数 プログラム実行関数 注意 警告 ロックしてオープンしたファイル (特に、オープンしたセッション) は、プログラムをバックグラウンドで実行する前に閉じておく必要があります。 参考 以下の関数は、 バッククォート演算子 にも ...
https://man.plustar.jp/php/ref.exec.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]
セマフォ ID を得る 0
« sem_acquire sem_release » PHP Manual セマフォ関数 セマフォ ID を得る sem_get (PHP 4, PHP 5, PHP 7, PHP 8) sem_get — セマフォ ID を得る 説明 sem_get ( int $key , int $max_acquire = 1 , int $permissions = 0666 , bool $auto_release = true ): SysvSemaphore | false sem_get() は、 System V セ ...
https://man.plustar.jp/php/function.sem-get.html - [similar]
varnish のスレーブプロセスが現在実行中かどうかを調べる 0
« VarnishAdmin::getParams VarnishAdmin::setCompat » PHP Manual VarnishAdmin varnish のスレーブプロセスが現在実行中かどうかを調べる VarnishAdmin::isRunning (PECL varnish >= 0.3) VarnishAdmin::isRunning — varnish のスレーブプロセスが現在実行中かどうかを調べる 説明 public VarnishAdmin::isRu ...
https://man.plustar.jp/php/varnishadmin.isrunning.html - [similar]
別のプロセスからソケットをインポートする 0
« socket_wsaprotocol_info_export socket_wsaprotocol_info_release » PHP Manual ソケット 関数 別のプロセスからソケットをインポートする socket_wsaprotocol_info_import (PHP 7 >= 7.3.0, PHP 8) socket_wsaprotocol_info_import — 別のプロセスからソケットをインポートする 説明 socket_wsaprotocol_in ...
https://man.plustar.jp/php/function.socket-wsaprotocol-info-import.html - [similar]
プロセスへのファイルポインタをオープンする 0
« pclose readfile » PHP Manual ファイルシステム 関数 プロセスへのファイルポインタをオープンする popen (PHP 4, PHP 5, PHP 7, PHP 8) popen — プロセスへのファイルポインタをオープンする 説明 popen ( string $command , string $mode ): resource | false command で指定したコマンドのフォークによっ ...
https://man.plustar.jp/php/function.popen.html - [similar]
ステータスコードが正常終了を表しているかどうかを調べる 0
« pcntl_wexitstatus pcntl_wifsignaled » PHP Manual PCNTL 関数 ステータスコードが正常終了を表しているかどうかを調べる pcntl_wifexited (PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8) pcntl_wifexited — ステータスコードが正常終了を表しているかどうかを調べる 説明 pcntl_wifexited ( int $status ): bool ス ...
https://man.plustar.jp/php/function.pcntl-wifexited.html - [similar]