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.