Blogger Information
Blog 40
fans 1
comment 0
visits 32434
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
php的文件函数
李明伟的博客
Original
1243 people have browsed it
  1. 文件信息相关函数

    filetype(文件名)——获取文件的类型,错误返回false,返回类型如dir,file。

    filesize(文件名)——获取文件大小的字节数,错误返回false。

    filectime(文件名)——获取文件创建时的unix时间戳

    filemtime(文件名)——获取文件修改时的unix时间戳

    fileatime(文件名)——获取文件最后一次访问的时间戳


Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!