不管 $all_user 值為多少 all_user 都為 1修改的時候 $all_user = 'ddd'; $model -> update('cc_system_message') -> cols(array('all_user'=>$all_user))-> where($map) -> query();...
use \GatewayWorker\Lib\Store; use \GatewayWorker\Lib\Gateway; class Event { /_ 連接服務(wù) _/ public static function onConnect($client_id){ } /_ 有消息_/ public static function onMessage($client_id, $...
...