From d2a808b9beae11a5ec49cd1a4d99fa7afa418316 Mon Sep 17 00:00:00 2001 From: Adam Harvey Date: Thu, 23 Sep 2010 04:52:30 +0000 Subject: [PATCH] Fix doc bug #52909 by documenting the extra parameters available in PharData::__construct(). git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@303712 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/phar/PharData/construct.xml | 29 ++++++++++++++++++++++++--- 1 file changed, 26 insertions(+), 3 deletions(-) diff --git a/reference/phar/PharData/construct.xml b/reference/phar/PharData/construct.xml index 1b1f3c61c8..0bbd2204af 100644 --- a/reference/phar/PharData/construct.xml +++ b/reference/phar/PharData/construct.xml @@ -11,6 +11,8 @@ voidPharData::__construct stringfname intflags + stringalias + intformatPhar::TAR @@ -30,7 +32,27 @@ flags - Flags to pass to Phar parent class RecursiveDirectoryIterator. + Flags to pass to Phar parent class + RecursiveDirectoryIterator. + + + + + alias + + + Alias with which this Phar archive should be referred to in calls to stream + functionality. + + + + + format + + + One of the + file format constants + available within the Phar class. @@ -41,8 +63,9 @@ &reftitle.errors; - Throws BadMethodCallException if called twice, UnexpectedValueException - if the phar archive can't be opened. + Throws BadMethodCallException if called twice; + UnexpectedValueException if the Phar archive can't + be opened.