検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 279 for status (0.009 sec.)
クライアント・プロトコル・サーバーのバージョンを配列で返す 4501
« pg_update PgSql\Connection » PHP Manual PostgreSQL 関数 クライアント・プロトコル・サーバーのバ ... です。 詳細なサーバー情報を取得するには pg_parameter_status() を参照ください。 パラメータ connection PgSql\Con ... 上の例の出力は以下となります。 7.4 参考 pg_parameter_status() - サーバーのパラメータ設定を検索する 関連キーワー ...
https://man.plustar.jp/php/function.pg-version.html - [similar]
データベース接続の属性を取得する 4501
« PDO::exec PDO::getAvailableDrivers » PHP Manual PDO データベース接続の属性を取得する PDO::getA ... CASE PDO::ATTR_CLIENT_VERSION PDO::ATTR_CONNECTION_STATUS PDO::ATTR_DRIVER_NAME PDO::ATTR_ERRMODE PDO::ATTR_ ... ERRMODE" , "CASE" , "CLIENT_VERSION" , "CONNECTION_STATUS" , "ORACLE_NULLS" , "PERSISTENT" , "PREFETCH" , "S ...
https://man.plustar.jp/php/pdo.getattribute.html - [similar]
cURL ハンドルのセットを閉じる 4472
« curl_multi_add_handle curl_multi_errno » PHP Manual cURL 関数 cURL ハンドルのセットを閉じる cu ... ndle ( $mh , $ch2 ); // ハンドルを実行します do { $status = curl_multi_exec ( $mh , $active ); if ( $active ... curl_multi_select ( $mh ); } } while ( $active && $status == CURLM_OK ); // ハンドルを閉じます curl_multi_re ...
https://man.plustar.jp/php/function.curl-multi-close.html - [similar]
特定の接続から直近のエラーメッセージ文字列を取得する 4472
« pg_insert pg_last_notice » PHP Manual PostgreSQL 関数 特定の接続から直近のエラーメッセージ文字 ... lt_error() 、 pg_result_error_field() 、 pg_result_status() および pg_connection_status() を使用ください。 注 ...
https://man.plustar.jp/php/function.pg-last-error.html - [similar]
Basic Gearman client and worker, background 4472
« Basic usage Basic Gearman client and worker, submitting tasks » PHP Manual 例 Basic Gearman cl ... Workload: $workload ( $workload_size )\n" ; # This status loop is not needed, just showing how it works for ... = 0 ; $x < $workload_size ; $x ++) { echo "Sending status: " . ( $x + 1 ) . "/ $workload_size complete\n" ; ... $job -> sendStatus ( $x , $workload_size ); sleep ( 1 ); } $result = ...
https://man.plustar.jp/php/gearman.examples-reverse-bg.html - [similar]
Adds a document to the index 4472
« SolrClient SolrClient::addDocuments » PHP Manual SolrClient Adds a document to the index SolrC ... Object ( [responseHeader] => SolrObject Object ( [status] => 0 [QTime] => 1 ) ) 例2 SolrClient::addDocument ... Object ( [responseHeader] => SolrObject Object ( [status] => 0 [QTime] => 1 ) ) 参考 SolrClient::addDocumen ...
https://man.plustar.jp/php/solrclient.adddocument.html - [similar]
Memcache クラス 4443
« 基本的な使用法 Memcache::add » PHP Manual Memcache Memcache クラス Memcache クラス (PECL memca ... int $timeout = ? , int $retry_interval = ? , bool $status = ? , callable $failure_callback = ? , int $timeou ... t $slabid = ? , int $limit = 100 ): array getServerStatus ( string $host , int $port = 11211 ): int getStats ... $timeout = ? , int $retry_interval = false , bool $status = ? , callable $failure_callback = ? ): bool } 目次 ... てのサーバーの統計情報を取得する Memcache::getServerStatus — サーバーの状態を返す Memcache::getStats — サーバ ...
https://man.plustar.jp/php/class.memcache.html - [similar]
cURL マルチハンドルに、通常の cURL ハンドルを追加する 4443
« curl_init curl_multi_close » PHP Manual cURL 関数 cURL マルチハンドルに、通常の cURL ハンドルを ... ndle ( $mh , $ch2 ); // ハンドルを実行します do { $status = curl_multi_exec ( $mh , $active ); if ( $active ... curl_multi_select ( $mh ); } } while ( $active && $status == CURLM_OK ); // すべてのハンドルを閉じます curl_ ...
https://man.plustar.jp/php/function.curl-multi-add-handle.html - [similar]
現在の cURL ハンドルから、サブ接続を実行する 4443
« curl_multi_errno curl_multi_getcontent » PHP Manual cURL 関数 現在の cURL ハンドルから、サブ接 ... ndle ( $mh , $ch2 ); // ハンドルを実行します do { $status = curl_multi_exec ( $mh , $active ); if ( $active ... curl_multi_select ( $mh ); } } while ( $active && $status == CURLM_OK ); // ハンドルを閉じます curl_multi_re ...
https://man.plustar.jp/php/function.curl-multi-exec.html - [similar]
クライアントの接続が切断された際にスクリプトの実行を終了するかどうかを設定する 4443
« hrtime pack » PHP Manual その他の関数 クライアントの接続が切断された際にスクリプトの実行を終了 ... るでしょう while( 1 ) { // 接続失敗? if( connection_status () != CONNECTION_NORMAL ) { break; } // 10 秒間お休 ... との接続が切断されているかどうかを調べる connection_status() - 接続ステータスのビットフィールドを返す PHP にお ...
https://man.plustar.jp/php/function.ignore-user-abort.html - [similar]