我使用workerman Thrift Rpc框架,在Handler文件中實現(xiàn)接口方法的時候,想連mysql查詢一下數(shù)據(jù)的時候報下面錯,如果不連接mysql就沒有問題,不知道為什么 PHP Fatal error: Uncaught exception 'Thrift\Exception\TTransportException' with message 'TSocket read 0 bytes' in \wor...
我想在event.php里處理onmessage時候往mongodb里存儲數(shù)據(jù),不知道怎么才能引入對mongodb的支持...