http://bbs.mylive.cc/shop/instal ... cn&step=uccheck
[url=http://bbs.mylive.cc/shop/install/index.php?lang=zh_cn&step=uccheck][color=#800080]http://bbs.mylive.cc/shop/instal ... cn&step=uccheck[/color][/url]错误提示是:验证码错误!
而且使用UC\UCH\DZ一体的显示连接有问题![url=http://bbs.mylive.cc/ucenter/][color=#0000ff]http://bbs.mylive.cc/ucenter/[/color][/url] 密码:1111
[img]http://www.discuz.net/images/default/attachimg.gif[/img] [url=http://www.discuz.net/viewthread.php?tid=1067943&pid=8417313&page=1&extra=page%3D1###zoom][img]http://www.discuz.net/attachments/month_0810/20081006_8c1e96e3b071519534644hqZYMxwtsaz.jpg.thumb.jpg[/img][/url] 请确认fsocketopen这个方法是否可使用
使用后是否有错误
怎样确认fsocketopen这个方法是否可使用?
冒昧的问一下怎样确认"fsocketopen这个方法是否可使用,以及使用后是否有错误" 万分感谢!fsocketopen这个文件在何处可以找到啊?
我是个人的服务器!
顶一下,寻求回复!!!!
顶一下,寻求回复!!!!怎样确认"fsocketopen这个方法是否可使用,以及使用后是否有错误" 万分感谢! 可以通过执行 function_exists('fsockopen') 判断,新建个php文件,将下面代码贴过去,执行后就知道是否支持。
[code]
<?php
if(function_exists('fsockopen')) {
echo "支持fsockopen";
}else{
echo "不支持";
}
?>
[/code]
[[i] 本帖最后由 dain_sun 于 2008-10-6 15:38 编辑 [/i]]
页:
[1]
