chmpxpx_svr_reply_kv
キーとバリューのメッセージを返信する
説明
function chmpxpx_svr_reply_kv($handle_res, $handle_pxpk, string $strbinkey, string $strbinval): bool {}
キーとバリューのメッセージを返信します。
パラメータ
- handle_res
- chmpxハンドル
- handle_pxpk
- chmpx通信情報ハンドル
- strbinkey
- キー
- strbinval
- バリュー
戻り値
成功時は真。それ以外は偽。
参考
- ChmpxServer::replyKv - キーとバリューのメッセージを返信する