1 archiver.inc | public ArchiverInterface::listContents() |
Lists all files in the archive.
Return value
An array of file names relative to the root of the archive.:
File
- core/
includes/ archiver.inc, line 66 - Shared classes and interfaces for the archiver system.
Class
- ArchiverInterface
- Defines the common interface for all Archiver classes.
Code
public function listContents();