首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > PHP > PHP HandlerSocket更多可用的接口

PHP HandlerSocket更多可用的接口

  • 资源大小:2.16 kB
  • 上传时间:2021-06-29
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: php mysql

资 源 简 介

more usable interface for php-handlersocket before use this PHP Class, you must install the php-handlersocket first. ``` init(array("userid", "useremail"), $indexid); $result = $hsr->get("101"); var_dump($result); $result = $hsr->get(array("101", "102", "111")); var_dump($result); $hsw = new HandlerScoketWrapper($dbhost, $portwrite, $dbname, $table); $hsw->init(array("userid", "username", "user_email"), $indexid + 1); /** * https://github.com/ahiguti/HandlerSocket-Plugin-for-MySQL/blob/master/docs-en/protocol.en.txt * * ... * Once an "open_index" request is issued, the HandlerSocket p

文 件 列 表

example.php
example.sql
handlersocket_wrapper.php
VIP VIP
0.194638s