摘要: http://www.ibm.com/developerworks/cn/linux/l-cn-cacti/http://www.360doc.com/content/12/0711/22/146562_223674116.shtml 阅读全文
posted @ 2015-05-13 16:09 麦田守望者~ 阅读(140) 评论(0) 推荐(0) 编辑
摘要: function showGetFileName($type){ $url="/opt/mobile_system/gscdn"; //另一台服务器映射到linux过来的路径。 #判断平台类型 if($type=='android'||$type=='io... 阅读全文
posted @ 2015-05-13 14:51 麦田守望者~ 阅读(430) 评论(0) 推荐(0) 编辑
摘要: php 在linux 用fopen() 函数打开,fread()函数 读取 另外一台服务器映射过来的文件 总是返回false,null的情况。 #获取平台类型 $type='android'; #读取文件的路径 $url="/opt/mobile_system/gscdn"; $file_name=... 阅读全文
posted @ 2015-05-13 14:44 麦田守望者~ 阅读(716) 评论(0) 推荐(0) 编辑
摘要: php 在linux 用file_exists() 函数判断 另外一台服务器映射过来的文件是否存在 总是返回false 。如下案例 $type="android"; $url="/opt/mobile_system/gscdn"; $file_name="update.ini"; #映射目录... 阅读全文
posted @ 2015-05-13 14:25 麦田守望者~ 阅读(875) 评论(0) 推荐(0) 编辑