1 archiver.inc | public ArchiverInterface::remove($path) |
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.
File
- core/
includes/ archiver.inc, line 43 - Shared classes and interfaces for the archiver system.
Class
- ArchiverInterface
- Defines the common interface for all Archiver classes.
Code
public function remove($path);