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