Manuál PHP | ||
---|---|---|
PÅ™edcházejÃcà | DalÅ¡Ã |
ZipArchive::statName
(no version information, might be only in CVS)
ZipArchive::statName -- Get the details of an entry defined by its name.Popis
mixed ZipArchive::statName ( name name [, int flags] )The function obtains information about the entry defined by its name.
Seznam parametrů
name
Name of the entry
flags
The flags argument specifies how the name lookup should be done. Also, ZIPARCHIVE::FL_UNCHANGED may be ORed to it to request information about the original file in the archive, ignoring any changes made.
ZIPARCHIVE::FL_NOCASE
ZIPARCHIVE::FL_NODIR
ZIPARCHIVE::FL_UNCHANGED
PÅ™Ãklady
PÅ™edcházejÃcà | Domů | DalÅ¡Ã |
ZipArchive::statIndex | Nahoru |