update : 2015.11.03
php.shukuma.com검색:
|
RarArchive::isSolidrar_solid_is(PECL rar >= 2.0.0) RarArchive::isSolid -- rar_solid_is — Check whether the RAR archive is solid 설명객체 기반 형식 (method):
public bool RarArchive::isSolid
( void
)
절차식 형식: Check whether the RAR archive is solid. Individual file extraction is slower on solid archives. 반환값
Returns 예제
Example #1 객체 기반 형식
<?php 위 예제의 출력 예시: RAR Archive "C:\php_rar\trunk\tests\store_method.rar": no RAR Archive "C:\php_rar\trunk\tests\solid.rar": yes
Example #2 절차식 형식
<?php |