update : 2015.11.03
php.shukuma.com검색:
|
DirectoryIterator::current(PHP 5) DirectoryIterator::current — Return the current DirectoryIterator item. 설명Get the current DirectoryIterator item. 인수이 함수는 인수가 없습니다. 반환값The current DirectoryIterator item. 예제
Example #1 A DirectoryIterator::current() example This example will list the contents of the directory containing the script.
<?php 위 예제의 출력 예시: 0 => . 1 => .. 2 => apple.jpg 3 => banana.jpg 4 => index.php 5 => pear.jpg 참고
|