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