| PHP » GoLang | login |
            register |
            
            about | 
| GoLang ZipArchive::getExternalAttributesIndex
                                request it (465)
                            GoLang replacement for PHP's ZipArchive::getExternalAttributesIndex
                            [edit | history] 
                             PHP ZipArchive::getExternalAttributesIndexPHP original manual for ZipArchive::getExternalAttributesIndex [ show | php.net ]ZipArchive::getExternalAttributesIndex(PHP 5 >= 5.6.0, PHP 7, PECL zip >= 1.12.4) ZipArchive::getExternalAttributesIndex — Retrieve the external attributes of an entry defined by its index Description
   bool 
   ZipArchive::GetExternalAttributesIndex
    ( int  $index, int&$opsys, int&$attr[, int$flags] )Retrieve the external attributes of an entry defined by its index. Parameters
 
 Return Values
   Returns  ExamplesThis example extract all the entries of a ZIP archive test.zip and set the Unix rights from external attributes. Example #1 Extract all entries with Unix rights 
<?php | 
                    more
                     Most requested
 
                    more
                     Last requests
 |