PHP Doku:: Gets last access time of the file - splfileinfo.getatime.html

Verlauf / Chronik / History: (5) anzeigen

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

Ein Service von Reinhard Neidl - Webprogrammierung.

The SplFileInfo class

<<SplFileInfo::__construct

SplFileInfo::getBasename>>

SplFileInfo::getATime

(PHP 5 >= 5.1.2)

SplFileInfo::getATimeGets last access time of the file

Beschreibung

public int SplFileInfo::getATime ( void )

Gets the last access time for the file.

Parameter-Liste

Diese Funktion hat keine Parameter.

Rückgabewerte

Returns the time the file was last accessed.

Fehler/Exceptions

Throws RunTimeException on error.

Siehe auch

  • fileatime() - Liefert Datum und Uhrzeit des letzten Zugriffs auf eine Datei


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",...)