'send_mail', 'args' => array('from'=>'xxx', 'to'=>'xxx', 'contents'=>'xxx'), ); $task_connection = new AsyncTcpConnection('Text://127.0.0.1:8080'); //var_dump($task_connection); $task_connection->send(json_encode($task_data));