| 
 
update : 2015.11.03
 
php.shukuma.com검색:
  
 | 
GlobIterator::__construct(PHP 5 >= 5.3.0) GlobIterator::__construct — Construct a directory using glob 설명
   public GlobIterator::__construct
    ( string  
  $path
   [, int $flags = FilesystemIterator::KEY_AS_PATHNAME | FilesystemIterator::CURRENT_AS_FILEINFO
  ] )Constructs a new directory iterator from a glob expression. 인수
 
 예제
 Example #1 GlobIterator example 
<?php위 예제의 출력 예시: Matched 2 item(s) [1] php5ts.dll [2] php_gd2.dll 참고
 
  |