PHP Function List
ziparchive-getnameindex doesn't exist. Closest matches:
- ziparchive
- apache_getenv
- apache_get_version
- apache_get_modules
- mailparse_stream_encode
- apache_setenv
- counter_get_named
- imap_renamemailbox
- zip_entry_name
- getmyinode
- imagedashedline
- imap_rename
- getname
- ocifreestatement
- ibase_gen_id
- zip_read
- getNamed
- pdf_activate_item
- posix_geteuid
- apache_child_terminate
Site Search Results
-
ZipArchive::extractTo - Manual$zip = new ZipArchive; if ($zip-> open ($filename) === true) { echo "Generating TEXT file."; for($i = 0; $i < $zip-> numFiles; $i ++) { $entry = $zip-> getNameIndex ($i); if(preg_match ('#\.(txt)$#i', $entry))
-
ZipArchive::getFromName — Returns the entry contents using its name ZipArchive::getNameIndex — Returns the name of an entry using its index ZipArchive::getStatusString — Returns the status error message, system and/or zip messages
-
ZipArchive:: getNameIndex ZipArchive:: getStatusString ZipArchive:: getStream ZipArchive:: locateName ZipArchive:: open ... // ZipArchive internally stores the file descriptors of all the // added files and only on close writes the contents ...
-
ZipArchive:: getFromName ZipArchive:: getNameIndex ZipArchive:: getStatusString ZipArchive:: getStream ZipArchive:: locateName ... Even though the api specifies that the flags are optional I found that I had to specify the flag ZIPARCHIVE ...
-
ZipArchive::unchangeIndex - Manual(PHP 5 >= 5.2.0, PECL zip >= 1.1.0) ZipArchive::unchangeIndex — Revert all changes done to an entry at the given index ... echo $zip-> getNameIndex (0); // 'false'?> Unless you call save() in between, the unchangeIndex() call reverts back to the initial ...
-
ZipArchive::addEmptyDir - ManualZipArchive:: getFromName ZipArchive:: getNameIndex ZipArchive:: getStatusString ZipArchive:: getStream ZipArchive:: locateName ... ZipArchive::addFile which affects the class ZipFolder below. It is related to the numer of max filehandles of ...
-
ZipArchive::getFromName — Devuelve el contenido de la entrada utilizando su nombre ZipArchive::getNameIndex — Devuelve el nombre de una entrada utilizando su índice ZipArchive::getStatusString — Devuelve mensajes de: estado de error, de sistema y/o ...
-
ZipArchive::setCommentIndex - ManualZipArchive:: getNameIndex ZipArchive:: getStatusString ZipArchive:: getStream ZipArchive:: locateName ZipArchive:: open ... (PHP 5 >= 5.2.0, PECL zip >= 1.4.0) ZipArchive::setCommentIndex — Set the comment of an entry defined by its index
-
ZipArchive:: getFromName ZipArchive:: getNameIndex ZipArchive:: getStatusString ZipArchive:: getStream ZipArchive:: locateName ... (PHP 5 >= 5.2.0, PECL zip >= 1.1.0) ZipArchive::close — Close the active archive (opened or newly created)
-
ZipArchive:: getFromName ZipArchive:: getNameIndex ZipArchive:: getStatusString ZipArchive:: getStream ZipArchive:: locateName ... This parameter is not used but is required to extend ZipArchive. length This parameter is not used but ...

Other forms of search
To search the string "ziparchive-getnameindex" using other options, try searching:
- Only the documentation
- Only this mirror
- The entire php.net domain
- pear.php.net
- pecl.php.net
- The Bug DB
- php-general mailing list
- Internals mailing list
- Documentation mailing list
For a quick overview over all documented PHP functions, click here.
