swoole_client->isConnected 返回swoole_client的连接状态 bool swoole_client->isConnected() 返回false,表示当前未连接到服务器 返回true,表示当前已连接到服务器 此函数在1.7.5以上版本可用