[PHP文件管理器]①--遍历目录

http://www.bootcss.com/p/cikonss/
http://www.imooc.com/video/1308/0

遍历目录

1.得到需要管理目录中的内容
2.通过遍历目录来实现

[PHP文件管理器]①--遍历目录_第1张图片
Paste_Image.png

dir.func.php



Array
(
    [file] => Array
        (
            [0] => 2.jpg
            [1] => file.func.php
            [2] => imooc.txt
            [3] => imoocnew_3424a2ff04.txt
            [4] => imoocnew_91e0f5ffbe.txt
            [5] => imooc_php.txt
            [6] => test.html
            [7] => test123.txt
        )

    [dir] => Array
        (
            [0] => abc
            [1] => imooc1
        )

)

你可能感兴趣的:([PHP文件管理器]①--遍历目录)