|
- function fsocketopen($hostname, $port = 80, &$errno, &$errstr, $timeout = 15) {
- $fp = '';
- if(function_exists('fsockopen')) {
- $fp = @fsockopen($hostname, $port, $errno, $errstr, $timeout);
- } elseif(function_exists('pfsockopen')) {
- $fp = @pfsockopen($hostname, $port, $errno, $errstr, $timeout);
- } elseif(function_exists('stream_socket_client')) {
- $fp = @stream_socket_client($hostname.':'.$port, $errno, $errstr, $timeout);
- }
- return $fp;}
复制代码
|
获得 花仙子卡 一张
卡片说明:君山 遇到 [斯文的小言] 被赠与 1 铜钥匙.
卡片效果:获得 1 铜钥匙
|