|
SplFileInfo::getFilenameGets the filename Beschreibung
public string SplFileInfo::getFilename
( void
)
Gets the filename without any path information. Parameter-ListeDiese Funktion hat keine Parameter. RückgabewerteThe filename. Beispiele
Beispiel #1 SplFileInfo::getFilename example
<?phpDas oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie: string(7) "foo.txt" string(7) "foo.txt" string(0) "" string(7) "svn.php" Siehe auch
|