update : 2015.11.03
php.shukuma.com검색:
|
DirectoryIterator::getBasename(PHP 5 >= 5.2.2) DirectoryIterator::getBasename — Get base name of current DirectoryIterator item. 설명
public
string
DirectoryIterator::getBasename
([
string
$suffix
] )Get the base name of the current DirectoryIterator item. 인수
반환값The base name of the current DirectoryIterator item. 예제
Example #1 A DirectoryIterator::getBasename() example This example will list the full base name and the base name with suffix .jpg removed for the files in the directory containing the script.
<?php 위 예제의 출력 예시: apple.jpg apple banana.jpg banana index.php index.php pear.jpg pear 참고
|