public function ArchiverInterface::remove

Removes the specified file from the archive.

Parameters

$path: The file name relative to the root of the archive to remove.

Return value

ArchiverInterface The called object.

2 methods override ArchiverInterface::remove()
ArchiverTar::remove in drupal-7.x/modules/system/system.archiver.inc
Removes the specified file from the archive.
ArchiverZip::remove in drupal-7.x/modules/system/system.archiver.inc
Removes the specified file from the archive.

Archivo

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

Class

ArchiverInterface
Defines the common interface for all Archiver classes.

Código

public function remove($path);