update : 2015.11.03
php.shukuma.com검색:
|
SplFileInfo::getExtension(PHP 5 >= 5.3.6) SplFileInfo::getExtension — Gets the file extension 설명
public string SplFileInfo::getExtension
( void
)
Retrieves the file extension. 인수이 함수는 인수가 없습니다. 반환값Returns a string containing the file extension, or an empty string if the file has no extension. 예제Example #1 SplFileInfo::getExtension() example
<?php 위 예제의 출력: string(3) "txt" string(3) "jpg" string(2) "gz" 주의
참고
|