PHP Doku:: Gets the last modified time - splfileinfo.getmtime.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzSonstige GrunderweiterungenStandard PHP Library (SPL)DateibehandlungThe SplFileInfo classSplFileInfo::getMTime

Ein Service von Reinhard Neidl - Webprogrammierung.

The SplFileInfo class

<<SplFileInfo::getLinkTarget

SplFileInfo::getOwner>>

SplFileInfo::getMTime

(PHP 5 >= 5.1.2)

SplFileInfo::getMTimeGets the last modified time

Beschreibung

public int SplFileInfo::getMTime ( void )

Returns the time when the contents of the file were changed. The time returned is a Unix timestamp.

Parameter-Liste

Diese Funktion hat keine Parameter.

Rückgabewerte

Returns the last modified time for the file, in a Unix timestamp.

Siehe auch

  • filemtime() - Liefert Datum und Uhrzeit der letzten Dateiänderung


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)