PEAR_Packager | PEAR_Registry |
PEAR_Packager | |
PEAR Manual | |
require_once 'PEAR/Packager.php'; |
string PEAR_Packager::package (
string $pkgfile = NULL
, boolean $compress = TRUE
)
Creates a Package archive from package definition file and package files
path to package definition file
if TRUE package archive will be compessed using gzip
string - name of the created package archive
Error code | Error value | Meaning | Solution |
" |
This function can not be called statically.
PEAR_Packager | PEAR_Registry |
PEAR_Packager | |
PEAR Manual | |