Why is it whenever I use scandir() I receive periods at the beginning of the array?

后端 未结 5 1401
北荒
北荒 2020-12-01 15:45

Why is it whenever I use scandir() I receive periods at the beginning of the array?

Array
(
    [0] => .
    [1] => ..
    [2] => bar.php
    [3] =&         


        
5条回答
提交回复
热议问题