検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 690 for [SIMILAR] 16 1024 4096 WITH 20686 expect WITH 39... (0.662 sec.)
現在のプロセスの優先度を変更する 0
« proc_get_status proc_open » PHP Manual プログラム実行関数 現在のプロセスの優先度を変更する proc_nice (PHP 5, PHP 7, PHP 8) proc_nice — 現在のプロセスの優先度を変更する 説明 proc_nice ( int $priority ): bool proc_nice() は、現在のプロセスの優先度を priority で指定された値に変更します。 ...
https://man.plustar.jp/php/function.proc-nice.html - [similar]
cURL 転送用オプションを設定する 0
« curl_setopt_array curl_share_close » PHP Manual cURL 関数 cURL 転送用オプションを設定する curl_setopt (PHP 4 >= 4.0.2, PHP 5, PHP 7, PHP 8) curl_setopt — cURL 転送用オプションを設定する 説明 curl_setopt ( CurlHandle $handle , int $option , mixed $value ): bool 指定した cURL セッションハ ...
https://man.plustar.jp/php/function.curl-setopt.html - [similar]
現在のプロセスのグループセットを返す 0
« posix_getgrnam posix_getlogin » PHP Manual POSIX 関数 現在のプロセスのグループセットを返す posix_getgroups (PHP 4, PHP 5, PHP 7, PHP 8) posix_getgroups — 現在のプロセスのグループセットを返す 説明 posix_getgroups (): array | false 現在のプロセスのグループセットを取得します。 パラメータ ...
https://man.plustar.jp/php/function.posix-getgroups.html - [similar]
現在のプロセスの実際のユーザー 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]