RarArchive::closerar_closeClose RAR archive and free all resources DescriptionObject-oriented style (method):
public bool RarArchive::close()
Procedural style: bool rar_close(RarArchive
$rarfile )Close RAR archive and free all allocated resources. Parameters
Return Values
Returns Changelog
Examples
Example #1 Object-oriented style
The above example will output something similar to: RAR Archive "D:\php_rar\trunk\tests\latest_winrar.rar" RAR Archive "D:\php_rar\trunk\tests\latest_winrar.rar" (closed)
Example #2 Procedural style
|