update : 2015.11.03
php.shukuma.com검색:
|
SplFileInfo::getFilename(PHP 5 >= 5.1.2) SplFileInfo::getFilename — Gets the filename 설명
public string SplFileInfo::getFilename
( void
)
Gets the filename without any path information. 인수이 함수는 인수가 없습니다. 반환값The filename. 예제
Example #1 SplFileInfo::getFilename() example
<?php 위 예제의 출력 예시: string(7) "foo.txt" string(7) "foo.txt" string(0) "" string(7) "svn.php" |