update : 2015.11.03
php.shukuma.com검색:
|
RarArchive::isBrokenrar_broken_is(PECL rar >= 3.0.0) RarArchive::isBroken -- rar_broken_is — Test whether an archive is broken (incomplete) 설명객체 기반 형식 (method):
public bool RarArchive::isBroken
( void
)
절차식 형식: This function determines whether an archive is incomplete, i.e., if a volume is missing or a volume is truncated. 반환값
Returns 예제
Example #1 객체 기반 형식
<?php 위 예제의 출력 예시: bool(true)
Example #2 절차식 형식
<?php |