update : 2015.11.03
php.shukuma.com검색:
|
RarArchive::setAllowBroken(PECL rar >= 3.0.0) RarArchive::setAllowBroken — Whether opening broken archives is allowed 설명객체 기반 형식 (method):
public bool RarArchive::setAllowBroken
( bool
$allow_broken
)절차식 형식: This method defines whether broken archives can be read or all the operations that attempt to extract the archive entries will fail. Broken archives are archives for which no error is detected when the file is opened but an error occurs when reading the entries. 인수
반환값
Returns 예제
Example #1 객체 기반 형식
<?php 위 예제의 출력 예시: RarEntry for file "file1.txt" (52b28202) int(1)
Example #2 절차식 형식
<?php |