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