update : 2015.11.03
php.shukuma.com검색:
|
DirectoryIterator::getType(PHP 5) DirectoryIterator::getType — Determine the type of the current DirectoryIterator item 설명
public string DirectoryIterator::getType
( void
)
Determines which file type the current DirectoryIterator item belongs to. One of file, link, or dir. 인수이 함수는 인수가 없습니다. 반환값Returns a string representing the type of the file. May be one of file, link, or dir. 예제
Example #1 DirectoryIterator::getType() example
<?php 위 예제의 출력 예시: . dir .. dir apple.jpg file banana.jpg file example.php file pear.jpg file 참고
|