|
SplFileInfo::getLinkTargetGets the target of a link Description
public string SplFileInfo::getLinkTarget
( void
)
Gets the target of a filesystem link.
ParametersThis function has no parameters. Return ValuesReturns the target of the filesystem link. Errors/ExceptionsThrows RuntimeException on error. Examples
Example #1 SplFileInfo::getLinkTarget example
<?php The above example will output something similar to: string(19) "Documents/workspace" string(34) "/Users/bbieber/Documents/workspace" See Also
|