update : 2015.11.03
php.shukuma.com검색:
|
RarArchive::closerar_close(PECL rar >= 2.0.0) RarArchive::close -- rar_close — Close RAR archive and free all resources 설명객체 기반 형식 (method):
public bool RarArchive::close
( void
)
절차식 형식: Close RAR archive and free all allocated resources. 반환값
성공 시 변경점
예제
Example #1 객체 기반 형식
<?php 위 예제의 출력 예시: RAR Archive "D:\php_rar\trunk\tests\latest_winrar.rar" RAR Archive "D:\php_rar\trunk\tests\latest_winrar.rar" (closed)
Example #2 절차식 형식
<?php |