1 archiver.inc | public ArchiverInterface::add($file_path) |
Adds the specified file or directory to the archive.
Parameters
$file_path: The full system path of the file or directory to add. Only local files and directories are supported.
Return value
ArchiverInterface: The called object.
File
- core/
includes/ archiver.inc, line 32 - Shared classes and interfaces for the archiver system.
Class
- ArchiverInterface
- Defines the common interface for all Archiver classes.
Code
public function add($file_path);