検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 279 for status (0.013 sec.)
win32service 4530
« variant_xor はじめに » PHP Manual Windows 用のモジュール win32service win32service はじめに イ ... e_service — サービスを中断する win32_query_service_status — サービスの状態を問い合わせる win32_send_custom_c ... for the current running service win32_set_service_status — サービスの状態を更新する win32_start_service_ctr ...
https://man.plustar.jp/php/book.win32service.html - [similar]
SolrPingResponse クラス 4530
« SolrUpdateResponse::__destruct SolrPingResponse::__construct » PHP Manual Solr SolrPingRespons ... tedResponse (): string public SolrResponse::getHttpStatus (): int public SolrResponse::getHttpStatusMessage ... c SolrResponse::success (): bool } プロパティ http_status レスポンスの HTTP ステータス parser_mode Solr 文書 ... かどうか success リクエスト中にエラーがあったか http_status_message HTTP ステータスについての詳細メッセージ ht ...
https://man.plustar.jp/php/class.solrpingresponse.html - [similar]
プリペアドステートメントを実行する 4530
« db2_exec db2_fetch_array » PHP Manual IBM DB2 関数 プリペアドステートメントを実行する db2_exec ... uery = ' SELECT A.CID, A.NAME, A.PHONE, C.PONUM, C.STATUS FROM XMLTABLE( XMLNAMESPACES (DEFAULT \'http://pos ... seOrder\' COLUMNS "PONUM" BIGINT PATH \'@PoNum\', "STATUS" VARCHAR (50) PATH \'@Status\' ) as C WHERE A.CID ... D $row -> NAME $row -> PHONE $row -> PONUM $row -> STATUS \n" ); } } db2_close ( $conn ); ?> 上の例の出力は以 ...
https://man.plustar.jp/php/function.db2-execute.html - [similar]
出力バッファ内で文字エンコーディングを変換するコールバック関数 4530
« mb_ord mb_parse_str » PHP Manual マルチバイト文字列 関数 出力バッファ内で文字エンコーディングを ... 関数 説明 mb_output_handler ( string $string , int $status ): string mb_output_handler() は、 ob_start() のコ ... 変換します。 パラメータ string 出力バッファの中身。 status 出力バッファの状態。 戻り値 変換後の文字列を返しま ...
https://man.plustar.jp/php/function.mb-output-handler.html - [similar]
proc_open でオープンされたプロセスを強制終了する 4530
« proc_open shell_exec » PHP Manual プログラム実行関数 proc_open でオープンされたプロセスを強制終 ... させ、 他のタスクを継続することができます。 proc_get_status() 関数を使用して (停止したかどうかを確認するために ... セスを閉じ、 そのプロセスの終了コードを返す proc_get_status() - proc_open で開かれたプロセスに関する情報を取得 ...
https://man.plustar.jp/php/function.proc-terminate.html - [similar]
Run a task in the background 4530
« GearmanClient::do GearmanClient::doHigh » PHP Manual GearmanClient Run a task in the backgroun ... eturning a job handle which can be used to get the status of the running task. パラメータ function_name ワー ... ing job. The client script periodically checks the status of the running job. <?php /* create our object */ ... false ; do { sleep ( 3 ); $stat = $gmclient -> jobStatus ( $job_handle ); if (! $stat [ 0 ]) // the job is ...
https://man.plustar.jp/php/gearmanclient.dobackground.html - [similar]
OCI8 および DTrace 動的トレーシング 4530
« OCI8 Transparent Application Failover (TAF) Support ドライバでサポートされるデータ型 » PHP Man ... int is_open , long errcode , unsigned long server_status oci8-sqltext oci_parse() が実行された際に発射されま ... or Oracle のエラーが生じた場合に発射されます。 int status , long errcode oci8-execute-mode 実行モードを示す ... "%lld: PHP oci8-error\n", walltimestamp); printf(" status=%d\n", (int)arg0); printf(" errcode=%ld\n", (long) ... ntf(" errcode=%ld\n", (long)arg3); printf(" server_status=%lu\n", (unsigned long)arg4); } php*:::oci8-sqltex ...
https://man.plustar.jp/php/oci8.dtrace.html - [similar]
PostgreSQL 関数 4530
« 基本的な使い方 pg_affected_rows » PHP Manual PostgreSQL PostgreSQL 関数 PostgreSQL 関数 注意 注 ... n_reset — 接続をリセット(再接続)する pg_connection_status — 接続ステータスを取得する pg_consume_input — 接続 ... — 接続に関連するオプションを取得する pg_parameter_status — サーバーのパラメータ設定を検索する pg_pconnect — ... 果インスタンスの内部行オフセットを設定する pg_result_status — クエリ結果のステータスを取得する pg_select — レコ ... stgreSQL 接続のトレースを有効にする pg_transaction_status — サーバー上で実行中のトランザクションの状態を返す ...
https://man.plustar.jp/php/ref.pgsql.html - [similar]
The EvStat class 4501
« EvSignal::set EvStat::attr » PHP Manual Ev The EvStat class The EvStat class (PECL ev >= 0.2.0 ... g from "path exists" to "path does not exist" is a status change like any other. The condition "path does no ... itable value. path Readonly . The path to wait for status changes on. 目次 EvStat::attr — Returns the values ...
https://man.plustar.jp/php/class.evstat.html - [similar]
新規 cURL マルチハンドルを返す 4501
« curl_multi_info_read curl_multi_remove_handle » 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-init.html - [similar]