PEAR_Packager::package()

PEAR_Packager::package() -- Create Package archive

Synopsis

require_once 'PEAR/Packager.php';

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

Beschreibung

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

Rückgabewert

string - name of the created package archive

Fehler-Meldungen

Tabelle 28-1. Mögliche Fehler-Arten

Error codeError valueMeaningSolution
 „“  

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.