| PHP » GoLang | login |
            register |
            
            about | 
| GoLang Phar::isCompressed
                                request it (806)
                            GoLang replacement for PHP's Phar::isCompressed
                            [edit | history] 
                             Phar::isCompressed(PHP 5 >= 5.3.0, PHP 7, PECL phar >= 2.0.0) Phar::isCompressed — Returns Phar::GZ or PHAR::BZ2 if the entire phar archive is compressed (.tar.gz/tar.bz and so on) Description
 
   Returns Phar::GZ or PHAR::BZ2 if the entire phar archive is compressed
   (.tar.gz/tar.bz and so on).  Zip-based phar archives cannot be compressed as a
   file, and so this method will always return  ParametersNo parameters. Return Values
   Phar::GZ, Phar::BZ2 or  Examples
 Example #1 A Phar::isCompressed() example 
<?phpThe above example will output: bool(false) bool(false) bool(true) See Also
 
 | 
                    more
                     Most requested
 
                    more
                     Last requests
 |