検索

phrase: max: clip:
target: order:
Results of 211 - 220 of about 279 for status (0.085 sec.)
ケース 2: cgi.force_redirect を使用 4268
« ケース 1: 配布制限がないファイルのみを配布 ケース 3: doc_root または user_dir を設定 » PHP Man ... クト時に Apache が標準ではないCGI 環境変数 REDIRECT_STATUS をセットすることを前提にしています。 リクエストが直 ...
https://man.plustar.jp/php/security.cgi-bin.force-redirect.html - [similar]
出力バッファリング制御 4230
« opcache_reset はじめに » PHP Manual PHP の振る舞いの変更 出力バッファリング制御 出力バッファリ ... 出力バッファリング機構のネストレベルを返す ob_get_status — 出力バッファのステータスを取得する ob_gzhandler ...
https://man.plustar.jp/php/book.outcontrol.html - [similar]
ZipArchive クラス 4230
« 例 ZipArchive::addEmptyDir » PHP Manual Zip ZipArchive クラス ZipArchive クラス (PHP 5 >= 5.2. ... blic readonly int $ lastId ; public readonly int $ status ; public readonly int $ statusSys ; public readonl ... index , int $flags = 0 ): string | false public getStatusString (): string public getStream ( string $name ) ... 8.0.0 以降および PECL 1.18.0 以降で利用可能です。 status Zip アーカイブの状態。 PHP 8.0.0 以降および PECL 1 ... 0 以降では、閉じられたアーカイブでも利用可能です。 statusSys Zip アーカイブのシステム状態。 PHP 8.0.0 以降お ...
https://man.plustar.jp/php/class.ziparchive.html - [similar]
4230
« 定義済み定数 ウォッチャー » PHP Manual Ev 例 例 例1 タイマーのサンプル <?php // タイマーを作り ... { $w -> stop (); printf ( "Process %d exited with status %d\n" , $w -> rpid , $w -> rstatus ); }); Ev :: ru ... n (); // ゾンビ対策 pcntl_wait ( $status ); } else { // フォークした子プロセス exit( 2 ); } ...
https://man.plustar.jp/php/ev.examples.html - [similar]
定数の値を返す 4230
« connection_status define » PHP Manual その他の関数 定数の値を返す constant (PHP 4 >= 4.0.4, PH ...
https://man.plustar.jp/php/function.constant.html - [similar]
メッセージヘッダの配列をソートする 4230
« imap_setflag_full imap_status » PHP Manual IMAP 関数 メッセージヘッダの配列をソートする imap_s ...
https://man.plustar.jp/php/function.imap-sort.html - [similar]
MySQL ホスト情報を取得する 4230
« mysql_get_client_info mysql_get_proto_info » PHP Manual MySQL 関数 MySQL ホスト情報を取得する ... host_info() PDO::getAttribute(PDO::ATTR_CONNECTION_STATUS) 説明 mysql_get_host_info ( resource $link_identif ...
https://man.plustar.jp/php/function.mysql-get-host-info.html - [similar]
現在実行中のプロセスをフォークする 4230
« pcntl_exec pcntl_get_last_error » PHP Manual PCNTL 関数 現在実行中のプロセスをフォークする pcn ... se if ( $pid ) { // 親プロセスの場合 pcntl_wait ( $status ); // ゾンビプロセスから守る } else { // 子プロセス ...
https://man.plustar.jp/php/function.pcntl-fork.html - [similar]
シグナルを待つ 4230
« pcntl_sigtimedwait pcntl_strerror » PHP Manual PCNTL 関数 シグナルを待つ pcntl_sigwaitinfo (PH ... 次の要素は、 SIGCHLD シグナルの場合に設定されます。 status: 終了値あるいはシグナル utime: 使用したユーザー時間 ...
https://man.plustar.jp/php/function.pcntl-sigwaitinfo.html - [similar]
データベース接続を調べる 4230
« pg_pconnect pg_port » PHP Manual PostgreSQL 関数 データベース接続を調べる pg_ping (PHP 4 >= 4. ... "接続は壊れています。\n" ); ?> 参考 pg_connection_status() - 接続ステータスを取得する pg_connection_reset() ...
https://man.plustar.jp/php/function.pg-ping.html - [similar]