阅读背景:

致命错误:调用未定义的函数socket_create()

来源:互联网 

My code is like this:

我的代码是这样的:

if( ($this->master=socket_create(AF_INET,SOCK_STREAM,SOL_TCP)) < 0 )

    {
    die("socket_create() failed, reason: ".socket_strerror($this->master));
    }
if( ($this-



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: