Home > Backend Development > PHP Tutorial > 新手,socket Unable to create socket

新手,socket Unable to create socket

WBOY
Release: 2016-06-13 11:30:42
Original
879 people have browsed it

新手求助,socket Unable to create socket
Warning: socket_create(): Unable to create socket [94]: Socket type not supported in /web/xxx/APIcookie.php on line 16 
Warning: socket_connect() expects parameter 1 to be resource, boolean given in /web/xxx/APIcookie.php on line 28


这是我使用函数创建套接字的时候所提示的PHP错误!
$socket = socket_create(AF_INET,0,SOL_TCP);
[email protected]_connect($socket,$address,$service_port);

其余的变量之类的 就不贴出来了 ! 
代码是不会错的!  我在其他服务器测试是正常的!

出错的是一台linux 的VPS!    我用的 是国内的AMH  面板!  所创建的 站点! 
sockets 扩展已经开启!  
PHPINFO  也看过  的确开启了!



到底是什么原因照成的呢!   我在网上搜索过  百度是没有结果了!
去google   国外的帖子说   是防火墙拦截了!   然后我就吧防火墙给关闭了! 再测试 依然不行!
我在想是不是关系到权限的问题呢?

socket 服务器
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template