PEAR_Packager::package()

PEAR_Packager::package() -- Create Package archive

Referentiesamenvatting

require_once 'PEAR/Packager.php';

string PEAR_Packager::package ([string $pkgfile = NULL [, boolean $compress = TRUE]])

Beschrijving

Creates a Package archive from package definition file and package files

Parameter

string $pkgfile

path to package definition file

boolean $compress

if TRUE package archive will be compessed using gzip

Return waarde

string - name of the created package archive

Throws

Tabel 28-1. Mogelijke PEAR_Error waarden

Error codeError valueMeaningSolution
 ""  

Note

Deze functie kan niet statisch worden aangeroepen.