(PECL rar >= 2.0.0)
RarArchive::close -- rar_close — Close RAR archive and free all resources
面向對象風格 (method):
過程化風格:
Close RAR archive and free all allocated resources.
成功時返回 true
, 或者在失敗時返回 false
。
版本 | 說明 |
---|---|
PECL rar 2.0.0 | The RAR entries returned by RarArchive::getEntry() and RarArchive::getEntries() are now invalidated when calling this method. This means that all instance methods called for such entries and not guaranteed to succeed. |