PHP » GoLang |
login |
register |
about
|
GoLang RarEntry::isDirectory
request it (331)
GoLang replacement for PHP's RarEntry::isDirectory
[edit | history]
RarEntry::isDirectory(PECL rar >= 2.0.0) RarEntry::isDirectory — Test whether an entry represents a directory Description
public bool RarEntry::isDirectory
( void
)
Tests whether the current entry is a directory. ParametersThis function has no parameters. Return Values
Returns NotesThis 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 |
more
Recently updated
more
Most requested
more
Last requests
|