mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
Fixed error in example.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291751 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
35526d5c13
commit
5ab48bfb18
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@
|
|||
//Open file, get entry and store in variable $e...
|
||||
//...
|
||||
|
||||
$isDirectory = (bool) ((($e->getHostOs() == RAR_HOST_WIN32) && ($e->getAttr() & 0x10)) &&
|
||||
$isDirectory = (bool) ((($e->getHostOs() == RAR_HOST_WIN32) && ($e->getAttr() & 0x10)) ||
|
||||
(($e->getHostOs() == RAR_HOST_UNIX) && (($e->getAttr() & 0xf000) == 0x4000)));
|
||||
]]>
|
||||
</programlisting>
|
||||
|
|
Loading…
Reference in a new issue