検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 42 for received (0.044 sec.)
プロセスごとのクライアントの統計を返す 12975
« mysqli_execute mysqli_get_links_stats » PHP Manual エイリアスおよび非推奨の Mysqli 関数 プロセ ... のようになります。 Array ( [bytes_sent] => 43 [bytes_received] => 80 [packets_sent] => 1 [packets_received] => 2 ... rhead_in] => 8 [protocol_overhead_out] => 4 [bytes_received_ok_packet] => 11 [bytes_received_eof_packet] => 0 ... [bytes_received_rset_header_packet] => 0 [bytes_received_rset_fiel ... d_meta_packet] => 0 [bytes_received_rset_row_packet] => 0 [bytes_received_prepare_resp ...
https://man.plustar.jp/php/function.mysqli-get-client-stats.html - [similar]
クライアント接続に関する統計情報を返す 12851
« mysqli::$client_version mysqli::$host_info » PHP Manual mysqli クライアント接続に関する統計情報 ... のようになります。 Array ( [bytes_sent] => 43 [bytes_received] => 80 [packets_sent] => 1 [packets_received] => 2 ... rhead_in] => 8 [protocol_overhead_out] => 4 [bytes_received_ok_packet] => 11 [bytes_received_eof_packet] => 0 ... [bytes_received_rset_header_packet] => 0 [bytes_received_rset_fiel ... d_meta_packet] => 0 [bytes_received_rset_row_packet] => 0 [bytes_received_prepare_resp ...
https://man.plustar.jp/php/mysqli.get-connection-stats.html - [similar]
Invokes the watcher callback with the given received events bit mask 12185
« EvWatcher::getLoop EvWatcher::keepalive » PHP Manual EvWatcher Invokes the watcher callback wi ... th the given received events bit mask EvWatcher::invoke (PECL ev >= 0.2. ... voke — Invokes the watcher callback with the given received events bit mask 説明 public EvWatcher::invoke ( in ... : void Invokes the watcher callback with the given received events bit mask. パラメータ revents Bit mask of wa ... tcher received events . 戻り値 値を返しません。 関連キーワード: E ...
https://man.plustar.jp/php/evwatcher.invoke.html - [similar]
Unpack the binary data received from the client. 10374
« Swoole\WebSocket\Server::push Tidy » PHP Manual Swoole\WebSocket\Server Unpack the binary data ... received from the client. Swoole\WebSocket\Server::unpack ( ... \WebSocket\Server::unpack — Unpack the binary data received from the client. 説明 public static Swoole\WebSock ... ta 戻り値 関連キーワード: data , binary , Unpack , received , from , the , Swoole , Server , unpack , swoole ...
https://man.plustar.jp/php/swoole-websocket-server.unpack.html - [similar]
統計情報 9940
« 持続的接続 メモ » PHP Manual Mysqlnd 統計情報 統計情報 統計情報を使う MySQL Native Driver は、 ... 圧縮プロトコルの効率をチェックするのに使えます bytes_received Connection MySQLサーバから受け取ったバイト数 同上 ... プロトコルの実装をデバッグするのに使われます packets_received Connection MySQL のクライアントサーバプロトコルにお ... ドと看做しています。 protocol_overhead_in = packets_received * 4で表されます。 同上 protocol_overhead_out Conne ... ad_out = packets_sent * 4で表されます。 同上 bytes_received_ok_packet Connection MySQL のクライアントサーバプロ ...
https://man.plustar.jp/php/mysqlnd.stats.html - [similar]
Basic Gearman client and worker, background 8067
« Basic usage Basic Gearman client and worker, submitting tasks » PHP Manual 例 Basic Gearman cl ... ; break; } } function reverse_fn ( $job ) { echo "Received job: " . $job -> handle () . "\n" ; $workload = $j ... php reverse_worker.php Starting Waiting for job... Received job: H:foo.local:41 Workload: this is a test (14) ... worker , Basic , job , reverse , string , local , Received , Waiting , Starting ...
https://man.plustar.jp/php/gearman.examples-reverse-bg.html - [similar]
Fetch the next row from a result set 8005
« cubrid_execute cubrid_free_result » PHP Manual CUBRID 関数 Fetch the next row from a result se ... L, when process is unsuccessful. The result can be received either as an array or as an object, and you can de ... When type argument is omitted, the result will be received using CUBRID_BOTH option as default. When you want ... example, column name such as "count(*)" cannot be received in object type. 例 例1 cubrid_fetch() example <?ph ...
https://man.plustar.jp/php/function.cubrid-fetch.html - [similar]
Basic Gearman client and worker, submitting tasks 7819
« Basic Gearman client and worker, background GearmanClient » PHP Manual 例 Basic Gearman client ... ; break; } } function reverse_fn ( $job ) { echo "Received job: " . $job -> handle () . "\n" ; $workload = $j ... php reverse_worker.php Starting Waiting for job... Received job: H:foo.local:45 Workload: foo (3) 1/3 complete ... 2/3 complete 3/3 complete Result: oof Received job: H:foo.local:44 Workload: bar (3) 1/3 complete ...
https://man.plustar.jp/php/gearman.examples-reverse-task.html - [similar]
複数の MIME ヘッダフィールドを一度にデコードする 7710
« iconv_get_encoding iconv_mime_decode » PHP Manual iconv 関数 複数の MIME ヘッダフィールドを一度 ... 0 00:00:00 +0000 Message-Id: <example@example.com> Received: from localhost (localhost [127.0.0.1]) by localho ... ample-return-0000-example=example.com@example.com) Received: (qmail 0 invoked by uid 65534); 1 Thu 2003 00:00: ... 00:00 +0000 [Message-Id] => <example@example.com> [Received] => Array ( [0] => from localhost (localhost [127. ...
https://man.plustar.jp/php/function.iconv-mime-decode-headers.html - [similar]
Add a background task to be run in parallel 7648
« GearmanClient::addTask GearmanClient::addTaskHigh » PHP Manual GearmanClient Add a background ... ; break; } } function reverse_fn ( $job ) { echo "Received job: " . $job -> handle () . "\n" ; $workload = $j ... sult ; } ?> Worker output for two workers running: Received job: H:foo.local:65 Workload: !dlroW olleH (12) 1/ ... 12 complete Received job: H:foo.local:66 Workload: Hello World! (12) Se ...
https://man.plustar.jp/php/gearmanclient.addtaskbackground.html - [similar]
PREV 1 2 3 4 5 NEXT