From 7c37eca28e3a0d130fe86a02f1537f559a723df0 Mon Sep 17 00:00:00 2001 From: Greg Beaver Date: Wed, 7 Feb 2007 00:39:13 +0000 Subject: [PATCH] update params for pending release git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@229234 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/phar/functions/phar-cancompress.xml | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) 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). + + + +