U 函数操作,第四个参数的问题

浏览:435 发布日期:2013/10/15 分类:求助交流
U($url='',$vars='',$suffix=true,$redirect=false,$domain=false)

第四个输入参数: domain ;当输入true或false时正常,

但是当输入:1,输出:http://1/xxAppName/;
输入:0,输出:http://0/xxAppName/;
输入:‘127.0.0.1’ 输出 : http://127.0.0.1/xxAppName/;
最佳答案
评论( 相关
后面还有条评论,点击查看>>