Blogger Information
Blog 9
fans 0
comment 0
visits 6187
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
文件属性的检测
自己做笔记用的
Original
626 people have browsed it

   bool file_exists ( $指定文件名或者文件路径)
    功能:文件是否存在。

    bool is_readable ( $指定文件名或者文件路径)
    功能:文件是否可读

    bool is_writeable ( $指定文件名或者文件路径)
    功能:文件是否可写

    bool is_executable ( $指定文件名或者文件路径)
    功能:文件是否可执行

    bool is_file ( $指定文件名或者文件路径)
    功能:是否是文件

    bool is_dir ( $指定文件名或者文件路径)
    功能:是否是目录

    void clearstatcache ( void )
    功能:清楚文件的状态缓存


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
Author's latest blog post