update : 2015.11.03
php.shukuma.com검색:
|
RarArchive::getEntriesrar_list(PECL rar >= 2.0.0) RarArchive::getEntries -- rar_list — Get full list of entries from the RAR archive 설명객체 기반 형식 (method):
public array RarArchive::getEntries
( void
)
절차식 형식: Get entries list (files and directories) from the RAR archive.
반환값
rar_list() returns array of RarEntry objects
실패 시 변경점
예제
Example #1 객체 기반 형식
<?php 위 예제의 출력 예시: Found 2 entries. RarEntry for file "tese.txt" (23b93a7a) RarEntry for file "unrardll.txt" (2ed64b6e)
Example #2 절차식 형식
<?php |