摘要: 1 使用file_get_contents和fopen必须空间开启allow_url_fopen。2 方法:3 4 编辑php.ini,设置allow_url_fopen =true5 On,allow_url_fopen关闭时fopen和file_get_contents都不能打开远程文件。 阅读全文
posted @ 2013-06-18 18:08 尹少爷 阅读(324) 评论(0) 推荐(0) 编辑
摘要: test.php 1 <?php 2 $locale='zh_CN'; 3 if(isSet($_GET["locale"]))$locale = $_GET["locale"]; 4 ?> 5 <html> 6 <head> 7 <link rel="gettext" type="application/x-po" href="./locale/<?php echo $locale ?>/LC_MESSAGES/messages.po 阅读全文
posted @ 2013-06-18 15:43 尹少爷 阅读(2191) 评论(0) 推荐(0) 编辑