搜索

大约有 8 项符合查询结果, 库内数据总量为 3,513 项。 (搜索耗时:0.1963秒)

1.XSServer::check

... new XSException('No server connection'); } if ($this->_flag & self::BROKEN) { throw new XSException('Broken server connection'); }} 检测服务端的连接情况

2.XSServer::open

...conn){ $this->close(); $this->_conn = $conn; $this->_flag = self::BROKEN; $this->_sendBuffer = ''; $this->_project = null; $this->connect(); $this->_flag ^= self::BROKEN; if ($this->xs instanceof XS) { $this->setProject($this->xs->getName()); }} 打开服务端...

3.XSServer::close

...ction close($ioerr = false){ if ($this->_sock && !($this->_flag & self::BROKEN)) { if (!$ioerr && $this->_sendBuffer !== '') { $this->write($this->_sendBuffer); $this->_sendBuffer = ''; } if (!$ioerr && !($this->_flag & self::FILE)) { $cmd = n...

4.XSServer::reopen

...示) public function reopen($force = false){ if ($this->_flag & self::BROKEN || $force === true) { $this->open($this->_conn); } return $this;} 重新打开连接 仅应用于曾经成功打开的连并且异常关闭了

5.XSServer::hasRespond

...{ // check socket if ($this->_sock === null || $this->_flag & (self::BROKEN | self::FILE)) { return false; } $wfds = $xfds = array(); $rfds = array($this->_sock); $res = stream_select($rfds, $wfds, $xfds, 0, 0); return $res > 0;} 判断服务端是否有可读数据 ...

6.这三个错误怎么解决?

更新时间:2012-05-29 21:05 t By Mr.

...: Unexpected respond in search {CMD:129, ARG:600} quit, IO error (ERROR:Broken pipe): XS.php(2165): Failed to recv the data from server completely (SIZE:0/8, REASON:timeout) quit, IO timeout (TIMEOUT:5): XS.php(2165): Failed to recv the data from server completely (SIZE:0/8, REASON:close...

7.XSServer

... new XSException('No server connection'); } if ($this->_flag & self::BROKEN) { throw new XSException('Broken server connection'); }} 检测服务端的连接情况 close() 方法 public void close(bool $ioerr=false) $ioerr bool 关闭调用是否由于 IO 错误...

8.安装scws-1.1.2 时 php扩展出现问题。

更新时间:2010-08-11 12:08 t By cxh1984

... checking for gawk... no checking for nawk... nawk checking if nawk is broken... no checking for scws support... yes, shared checking for scws_new in -lscws... no [color=#FF0000]configure: error: wrong scws lib version or lib not found[/color] 环境: Freebsd 8.0

  • 时间不限
  • 按相关性排序