diff --git a/reference/phar/functions/phar-cancompress.xml b/reference/phar/functions/phar-cancompress.xml index f20bda4e23..a928706488 100644 --- a/reference/phar/functions/phar-cancompress.xml +++ b/reference/phar/functions/phar-cancompress.xml @@ -1,5 +1,5 @@ - + Phar::canCompress @@ -9,18 +9,30 @@ &reftitle.description; boolPhar::canCompress - + inttype This should be used to test whether compression is possible prior to loading a phar archive containing compressed files. - + &reftitle.parameters; + + + type + + + Either Phar::GZ or Phar::BZ2 can be + used to test whether compression is possible with a specific compression + algorithm (zlib or bzip2). + + + +