検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 39 for Packet (0.003 sec.)
wddx の例 13313
« 例 WDDX 関数 » PHP Manual 例 wddx の例 wddx の例 変数をシリアル化する全ての関数は配列の最初要素 ... ル化 <?php echo wddx_serialize_value ( "PHP to WDDX packet example" , "PHP packet" ); ?> この例は次の出力を行 ... います。 <wddxPacket version='1.0'><header comment='PHP packet'/><data> ... <string>PHP to WDDX packet example</string></data></wddxPacket> 例2 WDDX を使 ... 用してパケットを追加する例 <?php $pi = 3.1415926 ; $packet_id = wddx_packet_start ( "PHP" ); wddx_add_vars ( ...
https://man.plustar.jp/php/wddx.examples-serialize.html - [similar]
指定した ID の WDDX パケットを終了する 12827
« wddx_deserialize wddx_packet_start » PHP Manual WDDX 関数 指定した ID の WDDX パケットを終了す ... る wddx_packet_end (PHP 4, PHP 5, PHP 7) wddx_packet_end — 指定し ... この機能は PHP 7.4.0 で 削除 されました。 説明 wddx_packet_end ( resource $packet_id ): string 指定した WDDX ... 終了し、 パケットを含む文字列を返します。 パラメータ packet_id wddx_packet_start() が返す WDDX パケット。 戻り ... 返します。 関連キーワード: WDDX , パケット , 終了 , packet , wddx , 指定 , end , deserialize , 関数 , 警告 ...
https://man.plustar.jp/php/function.wddx-packet-end.html - [similar]
新規の WDDX パケットを内部の構造体を用いて開始する 9961
« wddx_packet_end wddx_serialize_value » PHP Manual WDDX 関数 新規の WDDX パケットを内部の構造体 ... を用いて開始する wddx_packet_start (PHP 4, PHP 5, PHP 7) wddx_packet_start — 新 ... この機能は PHP 7.4.0 で 削除 されました。 説明 wddx_packet_start ( string $comment = ? ): resource 変数を順に ... ード: パケット , WDDX , 内部 , 開始 , 新規 , wddx , packet , 関数 , 変数 , comment ...
https://man.plustar.jp/php/function.wddx-packet-start.html - [similar]
Callback function when there is a data packet for a task (deprecated) 9961
« GearmanClient::runTasks GearmanClient::setCompleteCallback » PHP Manual GearmanClient Callback ... function when there is a data packet for a task (deprecated) GearmanClient::setClientCa ... tCallback — Callback function when there is a data packet for a task (deprecated) 説明 public GearmanClient: ... void Sets the callback function for accepting data packets for a task. The callback function should take a s ... allback() - Callback function when there is a data packet for a task GearmanClient::setExceptionCallback() - ...
https://man.plustar.jp/php/gearmanclient.setclientcallback.html - [similar]
WDDX パケットをデシリアライズする 9413
« wddx_add_vars wddx_packet_end » PHP Manual WDDX 関数 WDDX パケットをデシリアライズする wddx_de ... 削除 されました。 説明 wddx_deserialize ( string $packet ): mixed WDDX packet をデシリアライズします。 警告 ... データ交換フォーマットを使ってください。 パラメータ packet WDDX パケット。文字列あるいはストリームで指定します ... ーワード: WDDX , デシリアライズ , パケット , wddx , packet , deserialize , ユーザー , 関数 , 警告 , decode ...
https://man.plustar.jp/php/function.wddx-deserialize.html - [similar]
Callback function when there is a data packet for a task 9413
« GearmanClient::setData GearmanClient::setExceptionCallback » PHP Manual GearmanClient Callback ... function when there is a data packet for a task GearmanClient::setDataCallback (PECL ge ... aCallback — Callback function when there is a data packet for a task 説明 public GearmanClient::setDataCallb ... bool Sets the callback function for accepting data packets for a task. The callback function should take a s ... n , task , when , data , setDataCallback , there , packet , Callback ...
https://man.plustar.jp/php/gearmanclient.setdatacallback.html - [similar]
プロセスごとのクライアントの統計を返す 8927
« mysqli_execute mysqli_get_links_stats » PHP Manual エイリアスおよび非推奨の Mysqli 関数 プロセ ... Array ( [bytes_sent] => 43 [bytes_received] => 80 [packets_sent] => 1 [packets_received] => 2 [protocol_over ... 8 [protocol_overhead_out] => 4 [bytes_received_ok_packet] => 11 [bytes_received_eof_packet] => 0 [bytes_rec ... eived_rset_header_packet] => 0 [bytes_received_rset_field_meta_packet] => 0 ... [bytes_received_rset_row_packet] => 0 [bytes_received_prepare_response_packet] => ...
https://man.plustar.jp/php/function.mysqli-get-client-stats.html - [similar]
クライアント接続に関する統計情報を返す 8865
« mysqli::$client_version mysqli::$host_info » PHP Manual mysqli クライアント接続に関する統計情報 ... Array ( [bytes_sent] => 43 [bytes_received] => 80 [packets_sent] => 1 [packets_received] => 2 [protocol_over ... 8 [protocol_overhead_out] => 4 [bytes_received_ok_packet] => 11 [bytes_received_eof_packet] => 0 [bytes_rec ... eived_rset_header_packet] => 0 [bytes_received_rset_field_meta_packet] => 0 ... [bytes_received_rset_row_packet] => 0 [bytes_received_prepare_response_packet] => ...
https://man.plustar.jp/php/mysqli.get-connection-stats.html - [similar]
WDDX 関数 8802
« wddx の例 wddx_add_vars » PHP Manual WDDX WDDX 関数 WDDX 関数 目次 wddx_add_vars — 指定した ID ... serialize — WDDX パケットをデシリアライズする wddx_packet_end — 指定した ID の WDDX パケットを終了する wddx_ ... wddx , 関数 , パケット , vars , 変数 , serialize , packet , 新規 , 開始 ...
https://man.plustar.jp/php/ref.wddx.html - [similar]
WDDX 8614
« simplexml_load_string はじめに » PHP Manual XML 操作 WDDX WDDX はじめに インストール/設定 要件 ... serialize — WDDX パケットをデシリアライズする wddx_packet_end — 指定した ID の WDDX パケットを終了する wddx_ ... X , wddx , パケット , インストール , 設定 , 変数 , packet , serialize , vars , 開始 ...
https://man.plustar.jp/php/book.wddx.html - [similar]
PREV 1 2 3 4 NEXT