update : 2015.11.03
php.shukuma.com검색:
|
SplFileInfo::getType(PHP 5 >= 5.1.2) SplFileInfo::getType — Gets file type 설명
public string SplFileInfo::getType
( void
)
Returns the type of the file referenced. 인수이 함수는 인수가 없습니다. 반환값A string representing the type of the entry. May be one of file, link, or dir 오류/예외Throws a RuntimeException on error. 예제
Example #1 SplFileInfo::getType() example
<?php 위 예제의 출력 예시: file dir |