Class QArchive
QArchive class helps extract archives (ex. zip)
Located at includes/framework/QArchive.class.php
public static
|
|
public static
boolean
|
QArchive class helps extract archives (ex. zip)
public static
|
#
getLastError( )
Static Method to return any errors that occured Static Method to return any errors that occured Returns$strLastError |
public static
boolean
|
#
extractZip( string $archive, string $destination )
Extract a ZIP compressed file to a given path Extract a ZIP compressed file to a given path Parameters
Returns
boolean
True if successful |