|
FilesystemIterator::current(PHP 5 >= 5.3.0) FilesystemIterator::current — The current file ОписаниеGet file information of the current element. Список параметровУ этой функции нет параметров. Возвращаемые значенияThe filename, file information, or $this depending on the set flags. See the FilesystemIterator constants. Примеры
Пример #1 FilesystemIterator::current() example This example will list the contents of the directory containing the script.
<?php Результатом выполнения данного примера будет что-то подобное: /www/examples/apple.jpg /www/examples/banana.jpg /www/examples/example.php Смотрите также
|
|