public function ArchiverInterface::listContents

7.x 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.

2 methods override ArchiverInterface::listContents()
ArchiverTar::listContents in drupal-7.x/modules/system/system.archiver.inc
Lists all files in the archive.
ArchiverZip::listContents in drupal-7.x/modules/system/system.archiver.inc
Lists all files in the archive.

File

drupal-7.x/includes/archiver.inc, line 67
Shared classes and interfaces for the archiver system.

Class

ArchiverInterface
Defines the common interface for all Archiver classes.

Code

public function listContents();