From 27ccc987104e970ffa1dd6af135482f488632b85 Mon Sep 17 00:00:00 2001 From: Damien Seguy Date: Thu, 23 Apr 2009 06:15:51 +0000 Subject: [PATCH] extra tags git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@279176 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/phar/Phar/offsetGet.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/reference/phar/Phar/offsetGet.xml b/reference/phar/Phar/offsetGet.xml index d5b2b6426d..699c3aed9a 100644 --- a/reference/phar/Phar/offsetGet.xml +++ b/reference/phar/Phar/offsetGet.xml @@ -1,9 +1,9 @@ - + Phar::offsetGet - get a PharFileInfo object for a specific file + Gets a PharFileInfo object for a specific file &reftitle.description; @@ -13,10 +13,10 @@ - This is an implementation of the ArrayAccess interface allowing - direct manipulation of the contents of a Phar archive using - array access brackets. offsetGet is used for retrieving files from - a Phar archive. + This is an implementation of the ArrayAccess + interface allowing direct manipulation of the contents of a Phar archive using + array access brackets. Phar::offsetGet is used + for retrieving files from a Phar archive. @@ -55,11 +55,11 @@ &reftitle.examples; - A <function>Phar::offsetGet</function> example + <function>Phar::offsetGet</function> example As with all classes that implement the ArrayAccess - interface, offsetGet is automatically called when using the [] angle bracket - operator + interface, Phar::offsetGet is automatically + called when using the [] angle bracket operator.