|
update : 2015.11.03
php.shukuma.com검색:
|
SplFileInfo::getPathInfo(PHP 5 >= 5.1.2) SplFileInfo::getPathInfo — Gets an SplFileInfo object for the path 설명Gets an SplFileInfo object for the parent of the current file. 반환값Returns an SplFileInfo object for the parent path of the file. 예제
Example #1 SplFileInfo::getPathInfo() example
<?php위 예제의 출력 예시: string(8) "/usr/bin" 참고
|