| 
 
update : 2015.11.03
 
php.shukuma.com검색:
  
 | 
SplFileInfo::getLinkTarget(PHP 5 >= 5.2.2) SplFileInfo::getLinkTarget — Gets the target of a link 설명
   public string SplFileInfo::getLinkTarget
    ( void
   ) 
  Gets the target of a filesystem link. 
 인수이 함수는 인수가 없습니다. 반환값Returns the target of the filesystem link. 오류/예외Throws RuntimeException on error. 예제
 Example #1 SplFileInfo::getLinkTarget() example 
<?php위 예제의 출력 예시: string(19) "Documents/workspace" string(34) "/Users/bbieber/Documents/workspace" 참고
 
  |