検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 229 for [SIMILAR] 16 1024 4096 WITH 13836 正常 WITH 1102... (0.241 sec.)
プロセスのファイルポインタをクローズする 0
« pathinfo popen » PHP Manual ファイルシステム 関数 プロセスのファイルポインタをクローズする pclose (PHP 4, PHP 5, PHP 7, PHP 8) pclose — プロセスのファイルポインタをクローズする 説明 pclose ( resource $handle ): int popen() でオープンしたパイプへの ファイルポインタをクローズします。 パラ ...
https://man.plustar.jp/php/function.pclose.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
« pcntl_signal_get_handler pcntl_sigprocmask » PHP Manual PCNTL 関数 シグナルハンドラを設定する pcntl_signal (PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8) pcntl_signal — シグナルハンドラを設定する 説明 pcntl_signal ( int $signal , callable | int $handler , bool $restart_syscalls = true ): bool p ...
https://man.plustar.jp/php/function.pcntl-signal.html - [similar]
出力をファイルにフラッシュする 0
« feof fgetc » PHP Manual ファイルシステム 関数 出力をファイルにフラッシュする fflush (PHP 4 >= 4.0.1, PHP 5, PHP 7, PHP 8) fflush — 出力をファイルにフラッシュする 説明 fflush ( resource $stream ): bool この関数は、バッファリングされた全ての出力をファイルハンドル stream が指すリソースに強 ...
https://man.plustar.jp/php/function.fflush.html - [similar]
Win32Service サービスエラー制御定数 0
« Win32Service サービス開始型定数 Win32Service サービスフラグ定数 » PHP Manual 定義済み定数 Win32Service サービスエラー制御定数 Win32Service サービスエラー制御定数 定数 値 説明 WIN32_SERVICE_ERROR_IGNORE 0x00000000 起動プログラムはエラーを無視し、開始操作を続行します。 WIN32_SERVICE_ERRO ...
https://man.plustar.jp/php/win32service.constants.errorcontrol.html - [similar]
接続処理 0
« リモートファイルの使用 持続的データベース接続 » PHP Manual 機能 接続処理 接続処理 PHP 内部で、接続ステータスが保持されます。 これは、次の 4 つの状態をとりえます。 0 - NORMAL 1 - ABORTED 2 - TIMEOUT 3 - ABORTED および TIMEOUT 通常 PHP が実行されている場合、NORMAL 状態がアクティブになりま ...
https://man.plustar.jp/php/features.connection-handling.html - [similar]
fd について C ライブラリの fcntl を実行する 0
« dio_close dio_open » PHP Manual ダイレクト IO 関数 fd について C ライブラリの fcntl を実行する dio_fcntl (PHP 4 >= 4.2.0, PHP 5 < 5.1.0) dio_fcntl — fd について C ライブラリの fcntl を実行する 説明 dio_fcntl ( resource $fd , int $cmd , mixed $args = ? ): mixed 関数 dio_fcntl() は、ファ ...
https://man.plustar.jp/php/function.dio-fcntl.html - [similar]
レスポンスの HTTP ステータスを返す 0
« SolrResponse::getDigestedResponse SolrResponse::getHttpStatusMessage » PHP Manual SolrResponse レスポンスの HTTP ステータスを返す SolrResponse::getHttpStatus (PECL solr >= 0.9.2) SolrResponse::getHttpStatus — レスポンスの HTTP ステータスを返す 説明 public SolrResponse::getHttpStatus () ...
https://man.plustar.jp/php/solrresponse.gethttpstatus.html - [similar]
外部プログラムを実行し、出力を表示する 0
« shell_exec parallel » PHP Manual プログラム実行関数 外部プログラムを実行し、出力を表示する system (PHP 4, PHP 5, PHP 7, PHP 8) system — 外部プログラムを実行し、出力を表示する 説明 system ( string $command , int &$result_code = null ): string | false system() は、指定した command を実行 ...
https://man.plustar.jp/php/function.system.html - [similar]
外部プログラムを実行する 0
« escapeshellcmd passthru » PHP Manual プログラム実行関数 外部プログラムを実行する exec (PHP 4, PHP 5, PHP 7, PHP 8) exec — 外部プログラムを実行する 説明 exec ( string $command , array &$output = null , int &$result_code = null ): string | false exec() は指定されたコマンド command を実行 ...
https://man.plustar.jp/php/function.exec.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT