PHP » GoLang |
login |
register |
about
|
GoLang SplFileInfo::getLinkTarget
request it (253)
GoLang replacement for PHP's SplFileInfo::getLinkTarget
[edit | history]
PHP SplFileInfo::getLinkTargetPHP original manual for SplFileInfo::getLinkTarget [ show | php.net ]SplFileInfo::getLinkTarget(PHP 5 >= 5.2.2, PHP 7) SplFileInfo::getLinkTarget — Gets 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
|
more
Recently updated
more
Most requested
more
Last requests
|