用法:$presto=newPrestoClient();$data=$presto->querySql('selectcount(user_id)fromxx.xx');//库名.表名var_dump($data);die();