$con = new AsyncTcpConnection('ws://106.52.xx.xx:9001'); $con->connect(); $con->onConnect = function($con) use($objJob){ $strcontent = json_encode($objJob); worker::log('contents:'.$strcontent); ...