php web socket超时

时间:2015-03-02 01:51:56

标签: php sockets

我试过多个程序,没有运气: 错误:无法打开套接字:连接超时(110) 错误文件:         

require 'rcon.class.php';

$r = new rcon('ts.creeper9207.com', 9854, 'CP11');

$list = $r->rconCommand('list');

$r->close(); // or $r = null;

// Slice off the 'Connected' and 'players: ' parts.
$players = array_slice(explode(' ', $list), 2);
print($players)
?>

错误文件的引用类 https://gist.github.com/tehbeard/1292348

尝试了一切,没有任何效果,为Minecraft服务器制作,On Hosting24

0 个答案:

没有答案