]> granicus.if.org Git - php/commitdiff
- Update version info
authorMarcus Boerger <helly@php.net>
Tue, 2 Aug 2005 00:00:41 +0000 (00:00 +0000)
committerMarcus Boerger <helly@php.net>
Tue, 2 Aug 2005 00:00:41 +0000 (00:00 +0000)
ext/spl/internal/recursiveiteratoriterator.inc

index d77f9850da401190f1f3d6c312a39c769c81b924..b800cd49ae09476f3da5aa959e40f7e05f9af870 100755 (executable)
@@ -17,7 +17,7 @@ define('RIT_CATCH_GET_CHILD', 2);
 /**
  * @brief   Iterates through recursive iterators
  * @author  Marcus Boerger
- * @version 1.1
+ * @version 1.2
  * @since PHP 5.0
  *
  * The objects of this class are created by instances of RecursiveIterator. 
@@ -39,6 +39,7 @@ class RecursiveIteratorIterator implements OuterIterator
         *               - RIT_SELF_FIRST  show parents prior to their childs
         *               - RIT_CHILD_FIRST show all childs prior to their parent
         * @param flags  Control flags, zero or any combination of the following
+        *               (since PHP 5.1).
         *               - RIT_CATCH_GET_CHILD which catches exceptions during
         *                 getChildren() calls and simply jumps to the next 
         *                 element.