★ wanayoo — archive 1999 http://fr.php.net/manual/de/function.stat.phpNouvelle recherche | Portail wanayoo

PHP Home Page

Manual Table of Contents
Up to Filesystem
Quick Reference
English version of this pageGerman version of this pageJapanese version of this page
Italian version of this pageFrench version of this pageHungarian version of this page
Spanish version of this pageDutch version of this pageBrazilian Portuguese version of this page
Korean version of this pageCzech version of this page
Filesystem
* basename
* chgrp
* chmod
* chown
* clearstatcache
* copy
* delete
* dirname
* diskfreespace
* fclose
* feof
* fgetc
* fgetcsv
* fgets
* fgetss
* file
* file_exists
* fileatime
* filectime
* filegroup
* fileinode
* filemtime
* fileowner
* fileperms
* filesize
* filetype
* flock
* fopen
* fpassthru
* fputs
* fread
* fseek
* ftell
* fwrite
* set_file_buffer
* is_dir
* is_executable
* is_file
* is_link
* is_readable
* is_writeable
* link
* linkinfo
* mkdir
* pclose
* popen
* readfile
* readlink
* rename
* rewind
* rmdir
* stat
* lstat
* realpath
* symlink
* tempnam
* tmpfile
* touch
* umask
* unlink

  Thanks to:
 Chek.com
 easyDNS
 VA Linux Systems

  Related sites:
Apache
MySQL
PostgreSQL
Zend Tech.

  Community:
LinuxFund.org
OSDN
Manual: stat
View the source code for this pageSearch the site



Previous page
 rmdir
 Updated
Tue, 27 Feb 2001
lstat 
Next page


stat

(PHP 3, PHP 4 )

stat --  Ermittelt diverse Informationen über eine Datei

Beschreibung

array stat (string filename)

Versucht Informationen über eine Datei spezifiziert in filename auszugeben.

Gibt einen Array mit folgenden statistischen Informationen als Array- Elemente zurück:

  1. Laufwerk

  2. inode

  3. inode protection mode

  4. Anzahl der Links

  5. Benutzer ID des Inhabers

  6. Gruppen ID des Inhabers

  7. Laufwerkstyp wenn Inode-Laufwerk *

  8. Größe in Bytes

  9. Zeitpunkt des letzten Zugriffs

  10. Zeitpunkt der letzten Modifizierung

  11. Zeitpunkt der letzten Änderung

  12. Blockgröße für das Dateisystem I/O *

  13. Anzahl der zugewiesenen Blöcke

* - nur gültig auf Systemen, die st_blksize unterstützen. Andere Systeme (z.B. Windows) geben '-1' zurück.

Das Ergebnis dieses Funktionsaufrufes wird zwischengespeichert. Siehe auch clearstatcache() für weitere Einzelheiten.


 About Notes


Previous page
 rmdir
 Updated
Tue, 27 Feb 2001
lstat 
Next page





Who's responsible for this?
Top of this page

Site
Hosting:



Located in
France
Elements of this website are subject to copyright.
Questions about installing or using PHP should be directed to one of the mailing lists.
Only questions about the website should be directed to webmaster@php.net.