検索

phrase: max: clip:
target: order:
Results of 171 - 180 of about 212 for [SIMILAR] 16 1024 4096 WITH 26117 getpid WITH 84... (0.172 sec.)
新しいページを開始する 0
« ps_arcn ps_begin_pattern » PHP Manual PS 関数 新しいページを開始する ps_begin_page (PECL ps >= 1.1.0) ps_begin_page — 新しいページを開始する 説明 ps_begin_page ( resource $psdoc , float $width , float $height ): bool 新しいページを開始します。 width や height というパラメータを見ると い ...
https://man.plustar.jp/php/function.ps-begin-page.html - [similar]
サービスの状態を問い合わせる 0
« win32_pause_service win32_send_custom_control » PHP Manual win32service 関数 サービスの状態を問い合わせる win32_query_service_status (PECL win32service >=0.1.0) win32_query_service_status — サービスの状態を問い合わせる 説明 win32_query_service_status ( string $servicename , string $mac ...
https://man.plustar.jp/php/function.win32-query-service-status.html - [similar]
指定したキーで排他ロックを確保する 0
« wincache_fcache_meminfo wincache_ocache_fileinfo » PHP Manual WinCache 関数 指定したキーで排他ロックを確保する wincache_lock (PECL wincache >= 1.1.0) wincache_lock — 指定したキーで排他ロックを確保する 説明 wincache_lock ( string $key , bool $isglobal = false ): bool 指定したキーについて ...
https://man.plustar.jp/php/function.wincache-lock.html - [similar]
定義済み定数 0
« リソース型 ネットワーク 関数 » PHP Manual ネットワーク 定義済み定数 定義済み定数 以下の定数は、PHP コアに含まれており、常に利用可能です。 openlog() オプション 定数 説明 LOG_CONS システムロガーにデータを送信する際にエラーが発生した場合、 システムコンソールに直接書き込む。 LOG_NDELAY ロガ ...
https://man.plustar.jp/php/network.constants.html - [similar]
Check if a stream is a TTY 0
« stream_is_local stream_notification_callback » PHP Manual ストリーム 関数 Check if a stream is a TTY stream_isatty (PHP 7 >= 7.2.0, PHP 8) stream_isatty — Check if a stream is a TTY 説明 stream_isatty ( resource $stream ): bool Determines if stream stream refers to a valid terminal typ ...
https://man.plustar.jp/php/function.stream-isatty.html - [similar]
インストール 0
« FastCGI Process Manager (FPM) 設定 » PHP Manual FastCGI Process Manager (FPM) インストール インストール ソースからのコンパイル FPM を有効にして PHP をビルドするには、configure 時に --enable-fpm を追加します。 そのほかにも FPM 固有のオプションがいくつかあります (いずれも必須ではありませ ...
https://man.plustar.jp/php/install.fpm.install.html - [similar]
要件 0
« インストール/設定 インストール手順 » PHP Manual インストール/設定 要件 要件 pthreads を使うには、ビルド時に ZTS (Zend Thread Safety) を有効 ( --enable-zts を指定。 PHP 8.0.0 より前のバージョン、かつ Windows 以外のバージョンの場合は、 --enable-maintainer-zts を指定) にする必要があります ...
https://man.plustar.jp/php/pthreads.requirements.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
« 例 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.ini の設定により動作が変化します。 Swoole 設定オプション 名前 デフォルト 変更可能 変更履歴 swoole.aio_thread_num 2 PHP_INI_ALL swoole.display_errors On PHP_INI_ALL swoole.fast_serialize Off PHP_INI_ALL ...
https://man.plustar.jp/php/swoole.configuration.html - [similar]