|
DirectoryIterator::getExtensionGets the file extension Beschreibung
public string DirectoryIterator::getExtension
( void
)
Retrieves the file extension. Parameter-ListeDiese Funktion hat keine Parameter. RückgabewerteReturns a string containing the file extension, or an empty string if the file has no extension. BeispieleBeispiel #1 DirectoryIterator::getExtension example
<?phpDas oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie: php txt jpg gz Anmerkungen
Siehe auch
|