update : 2015.11.03
php.shukuma.com검색:
|
RarEntry::isDirectory(PECL rar >= 2.0.0) RarEntry::isDirectory — Test whether an entry represents a directory 설명
public bool RarEntry::isDirectory
( void
)
Tests whether the current entry is a directory. 인수이 함수는 인수가 없습니다. 반환값
Returns 주의This function is only available starting with version 2.0.0, but one can also test whether an entry is a directory by checking the entry attributes, like this (only works for files compressed in RAR for Windows or Unix):
<?php |