chmpxpx_slv_send_kv
キーバリュー形式のメッセージを送信する
説明
function chmpxpx_slv_send_kv($handle_res, $handle_msgid, string $strbinkey, string $strbinval, bool $is_routing = true, bool $is_broadcast = false): int {}
キーバリュー形式のメッセージを送信します。
パラメータ
- handle_res
- chmpxハンドル
- handle_msgid
- chmpxメッセージハンドル
- strbinkey
- キーとして送信するデータ
- strbinval
- バリューとして送信するデータ
- is_routing
- メッセージをルーティング可能な状態で送信するなら真。
- is_broadcast
- メッセージを全てのサーバに送信するなら真
戻り値
送信メッセージ長
参考
- ChmpxSlave::sendKv - キーバリュー形式のメッセージを送信する