摘要: 一、开启socket phpinfo();查看是否开启了socket扩展,否则在php.ini中开启。 二、服务器端代码的写法 <?php error_reporting(E_ALL); set_time_limit(0); //ob_implicit_flush(); $address = '12 阅读全文
posted @ 2017-03-29 23:14 pilink 阅读(182) 评论(0) 推荐(0)