Archive_Tar::createModify()

Archive_Tar::createModify() -- create a new archive

Referentiesamenvatting

require_once 'Archive/Tar.php';

boolean createModify (array $filelist, string $add_dir [, string $remove_dir = ''])

Beschrijving

This method creates the archive file and adds the listed files or directories.

If the file already exists and is writable, it is replaced by the new tar. It is a 'create' and not a 'add'. If the file exists and is read-only or is a directory, it is not replaced.

Parameter

Return waarde

boolean - Geeft TRUE terug bij success, FALSE bij een fout.

Throws

Tabel 39-1. Mogelijke PEAR_Error waarden

Error codeError messageReasonSolution
NULL"Invalid file list"The argument for the function is not correctly formatted or build. Check for typing mistakes in the argument

Note

Deze functie kan niet statisch worden aangeroepen.

Voorbeeld