update : 2015.11.03
php.shukuma.com검색:
|
SplFileInfo::__toString(PHP 5 >= 5.1.2) SplFileInfo::__toString — Returns the path to the file as a string 설명
public void SplFileInfo::__toString
( void
)
This method will return the file name of the referenced file. 인수이 함수는 인수가 없습니다. 반환값Returns the path to the file. 예제
Example #1 SplFileInfo::__toString() example
<?php 위 예제의 출력 예시: string(3) "foo" foo string(12) "/usr/bin/php" /usr/bin/php |