|
SplFileInfo::getLinkTargetGets the target of a link Beschreibung
public string SplFileInfo::getLinkTarget
( void
)
Gets the target of a filesystem link.
Parameter-ListeDiese Funktion hat keine Parameter. RückgabewerteReturns the target of the filesystem link. Fehler/ExceptionsThrows RuntimeException on error. Beispiele
Beispiel #1 SplFileInfo::getLinkTarget example
<?phpDas oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie: string(19) "Documents/workspace" string(34) "/Users/bbieber/Documents/workspace" Siehe auch
|