| 
 
update : 2015.11.03
 
php.shukuma.com검색:
  
 | 
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. 예제
 Example #1 FilesystemIterator::key() example This example will list the contents of the directory containing the script. 
<?php위 예제의 출력 예시: apple.jpg banana.jpg example.php 참고
 
  |