update : 2015.11.03
php.shukuma.com검색:
|
DirectoryIterator::__construct(PHP 5) DirectoryIterator::__construct — Constructs a new directory iterator from a path 설명
public DirectoryIterator::__construct
( string
$path
)Constructs a new directory iterator from a path. 인수
오류/예외
Throws an UnexpectedValueException
if the
Throws a RuntimeException
if the 변경점
예제
Example #1 A DirectoryIterator::__construct() example This example will list the contents of the directory containing the script.
<?php |