位置:IT落伍者 >> php >> 浏览文章
/** substr 返回字符串的子串* base_convert 在任意进制之间转换数字* fileperms 取得文件的权限*/// 获取权限function getChmod($filepath){ return substr(base_convert(@fileperms($filepath)));}
上一篇:PHP利用RSS订阅别处文章
下一篇:无需重新编译php加入ftp扩展的解决方法