Directory::read

(PHP 4, PHP 5, PHP 7)

Directory::readRead entry from directory handle

Описание

public string Directory::read ([ resource $dir_handle ] )

Same as readdir(), only dir_handle defaults to $this.

Коментарии

use 
while ($row=$dir->read()){
// your code

to get a list of all files and directories. You can definitely use the "for" and other loops.
2023-03-02 13:24:37
http://php5.kiev.ua/manual/ru/directory.read.html

    Поддержать сайт на родительском проекте КГБ