nlopess         Thu May  6 11:04:00 2004 EDT

  Added files:                 
    /phpdoc/en/reference/spl/functions  ArrayObject-offsetExists.xml 
                                        ArrayObject-offsetGet.xml 
                                        ArrayObject-offsetSet.xml 
                                        ArrayObject-offsetUnset.xml 
                                        CachingIterator-hasNext.xml 
                                        CachingIterator-next.xml 
                                        CachingIterator-rewind.xml 
                                        CachingIterator-toString.xml 
                                        CachingIterator-valid.xml 
                                        CachingRecursiveIterator-getChildren.xml 
                                        CachingRecursiveIterator-hasChildren.xml 
                                        DirectoryIterator-valid.xml 
                                        FilterIterator-current.xml 
                                        FilterIterator-getInnerIterator.xml 
                                        FilterIterator-key.xml 
                                        FilterIterator-next.xml 
                                        FilterIterator-rewind.xml 
                                        FilterIterator-valid.xml 
                                        LimitIterator-getPosition.xml 
                                        LimitIterator-next.xml 
                                        LimitIterator-rewind.xml 
                                        LimitIterator-seek.xml 
                                        LimitIterator-valid.xml 
                                        ParentIterator-getChildren.xml 
                                        ParentIterator-hasChildren.xml 
                                        ParentIterator-next.xml 
                                        ParentIterator-rewind.xml 
                                        RecursiveIteratorIterator-current.xml 
                                        RecursiveIteratorIterator-getDepth.xml 
                                        RecursiveIteratorIterator-getSubIterator.xml 
                                        RecursiveIteratorIterator-key.xml 
                                        RecursiveIteratorIterator-next.xml 
                                        RecursiveIteratorIterator-rewind.xml 
                                        RecursiveIteratorIterator-valid.xml 

  Removed files:               
    /phpdoc/en/reference/spl/functions  DirectoryIterator-hasMore.xml 

  Modified files:              
    /phpdoc/en/reference/spl/functions  
                                        DirectoryIterator-getChildren.xml 
  Log:
  more spl protos
  
http://cvs.php.net/diff.php/phpdoc/en/reference/spl/functions/DirectoryIterator-getChildren.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/spl/functions/DirectoryIterator-getChildren.xml
diff -u /dev/null 
phpdoc/en/reference/spl/functions/DirectoryIterator-getChildren.xml:1.4
--- /dev/null   Thu May  6 11:04:00 2004
+++ phpdoc/en/reference/spl/functions/DirectoryIterator-getChildren.xml Thu May  6 
11:04:00 2004
@@ -0,0 +1,41 @@
+<?xml version='1.0' encoding='iso-8859-1'?>
+<!-- $Revision: 1.4 $ -->
+  <refentry id="function.DirectoryIterator-getChildren">
+   <refnamediv>
+    <refname>DirectoryIterator::getChildren</refname>
+    <refpurpose>
+     Returns an iterator for the current entry if it is a directory
+    </refpurpose>
+   </refnamediv>
+   <refsect1>
+    <title>Description</title>
+    <methodsynopsis>
+     
<type>RecursiveDirectoryIterator</type><methodname>DirectoryIterator::getChildren</methodname>
+     <void/>
+    </methodsynopsis>
+
+     &warn.undocumented.func;
+
+   </refsect1>
+  </refentry>
+
+<!-- Keep this comment at the end of the file
+Local variables:
+mode: sgml
+sgml-omittag:t
+sgml-shorttag:t
+sgml-minimize-attributes:nil
+sgml-always-quote-attributes:t
+sgml-indent-step:1
+sgml-indent-data:t
+indent-tabs-mode:nil
+sgml-parent-document:nil
+sgml-default-dtd-file:"../../../../manual.ced"
+sgml-exposed-tags:nil
+sgml-local-catalogs:nil
+sgml-local-ecat-files:nil
+End:
+vim600: syn=xml fen fdm=syntax fdl=2 si
+vim: et tw=78 syn=sgml
+vi: ts=1 sw=1
+-->

http://cvs.php.net/co.php/phpdoc/en/reference/spl/functions/ArrayObject-offsetExists.xml?r=1.1&p=1
Index: phpdoc/en/reference/spl/functions/ArrayObject-offsetExists.xml
+++ phpdoc/en/reference/spl/functions/ArrayObject-offsetExists.xml
<?xml version='1.0' encoding='iso-8859-1'?>
<!-- $Revision: 1.1 $ -->
  <refentry id="function.ArrayObject-offsetExists">
   <refnamediv>
    <refname>ArrayObject::offsetExists</refname>
    <refpurpose>
     proto bool ArrayIterator::offsetExists(mixed $index)
 Returns whether the requested $index exists.
    </refpurpose>
   </refnamediv>
   <refsect1>
    <title>Description</title>
    <methodsynopsis>
     <type>bool</type><methodname>ArrayObject::offsetExists</methodname>
     <methodparam><type>mixed</type><parameter>$index</parameter></methodparam>
    </methodsynopsis>

     &warn.undocumented.func;

   </refsect1>
  </refentry>

<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->

http://cvs.php.net/co.php/phpdoc/en/reference/spl/functions/ArrayObject-offsetGet.xml?r=1.1&p=1
Index: phpdoc/en/reference/spl/functions/ArrayObject-offsetGet.xml
+++ phpdoc/en/reference/spl/functions/ArrayObject-offsetGet.xml
<?xml version='1.0' encoding='iso-8859-1'?>
<!-- $Revision: 1.1 $ -->
  <refentry id="function.ArrayObject-offsetGet">
   <refnamediv>
    <refname>ArrayObject::offsetGet</refname>
    <refpurpose>
     Returns the value at the specified $index.
    </refpurpose>
   </refnamediv>
   <refsect1>
    <title>Description</title>
    <methodsynopsis>
     <type>bool</type><methodname>ArrayObject::offsetGet</methodname>
     <methodparam><type>mixed</type><parameter>$index</parameter></methodparam>
    </methodsynopsis>

     &warn.undocumented.func;

   </refsect1>
  </refentry>

<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->

http://cvs.php.net/co.php/phpdoc/en/reference/spl/functions/ArrayObject-offsetSet.xml?r=1.1&p=1
Index: phpdoc/en/reference/spl/functions/ArrayObject-offsetSet.xml
+++ phpdoc/en/reference/spl/functions/ArrayObject-offsetSet.xml
<?xml version='1.0' encoding='iso-8859-1'?>
<!-- $Revision: 1.1 $ -->
  <refentry id="function.ArrayObject-offsetSet">
   <refnamediv>
    <refname>ArrayObject::offsetSet</refname>
    <refpurpose>
     Sets the value at the specified $index to $newval.
    </refpurpose>
   </refnamediv>
   <refsect1>
    <title>Description</title>
    <methodsynopsis>
     <type>void</type><methodname>ArrayObject::offsetSet</methodname>
     <methodparam><type>mixed</type><parameter>$index</parameter></methodparam>
     <methodparam><type>mixed</type><parameter>$newval</parameter></methodparam>
    </methodsynopsis>

     &warn.undocumented.func;

   </refsect1>
  </refentry>

<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->

http://cvs.php.net/co.php/phpdoc/en/reference/spl/functions/ArrayObject-offsetUnset.xml?r=1.1&p=1
Index: phpdoc/en/reference/spl/functions/ArrayObject-offsetUnset.xml
+++ phpdoc/en/reference/spl/functions/ArrayObject-offsetUnset.xml
<?xml version='1.0' encoding='iso-8859-1'?>
<!-- $Revision: 1.1 $ -->
  <refentry id="function.ArrayObject-offsetUnset">
   <refnamediv>
    <refname>ArrayObject::offsetUnset</refname>
    <refpurpose>
     Unsets the value at the specified $index.
    </refpurpose>
   </refnamediv>
   <refsect1>
    <title>Description</title>
    <methodsynopsis>
     <type>void</type><methodname>ArrayObject::offsetUnset</methodname>
     <methodparam><type>mixed</type><parameter>$index</parameter></methodparam>
    </methodsynopsis>

     &warn.undocumented.func;

   </refsect1>
  </refentry>

<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->

http://cvs.php.net/co.php/phpdoc/en/reference/spl/functions/CachingIterator-hasNext.xml?r=1.1&p=1
Index: phpdoc/en/reference/spl/functions/CachingIterator-hasNext.xml
+++ phpdoc/en/reference/spl/functions/CachingIterator-hasNext.xml
<?xml version='1.0' encoding='iso-8859-1'?>
<!-- $Revision: 1.1 $ -->
  <refentry id="function.CachingIterator-hasNext">
   <refnamediv>
    <refname>CachingIterator::hasNext</refname>
    <refpurpose>
     Cehck whether the inner iterator has a valid next element
    </refpurpose>
   </refnamediv>
   <refsect1>
    <title>Description</title>
    <methodsynopsis>
     <type>boolean</type><methodname>CachingIterator::hasNext</methodname>
     <void/>
    </methodsynopsis>

     &warn.undocumented.func;

   </refsect1>
  </refentry>

<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->

http://cvs.php.net/co.php/phpdoc/en/reference/spl/functions/CachingIterator-next.xml?r=1.1&p=1
Index: phpdoc/en/reference/spl/functions/CachingIterator-next.xml
+++ phpdoc/en/reference/spl/functions/CachingIterator-next.xml
<?xml version='1.0' encoding='iso-8859-1'?>
<!-- $Revision: 1.1 $ -->
  <refentry id="function.CachingIterator-next">
   <refnamediv>
    <refname>CachingIterator::next</refname>
    <refpurpose>
     Move the iterator forward
    </refpurpose>
   </refnamediv>
   <refsect1>
    <title>Description</title>
    <methodsynopsis>
     <type>void</type><methodname>CachingIterator::next</methodname>
     <void/>
    </methodsynopsis>

     &warn.undocumented.func;

   </refsect1>
  </refentry>

<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->

http://cvs.php.net/co.php/phpdoc/en/reference/spl/functions/CachingIterator-rewind.xml?r=1.1&p=1
Index: phpdoc/en/reference/spl/functions/CachingIterator-rewind.xml
+++ phpdoc/en/reference/spl/functions/CachingIterator-rewind.xml
<?xml version='1.0' encoding='iso-8859-1'?>
<!-- $Revision: 1.1 $ -->
  <refentry id="function.CachingIterator-rewind">
   <refnamediv>
    <refname>CachingIterator::rewind</refname>
    <refpurpose>
     Rewind the iterator
    </refpurpose>
   </refnamediv>
   <refsect1>
    <title>Description</title>
    <methodsynopsis>
     <type>void</type><methodname>CachingIterator::rewind</methodname>
     <void/>
    </methodsynopsis>

     &warn.undocumented.func;

   </refsect1>
  </refentry>

<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->

http://cvs.php.net/co.php/phpdoc/en/reference/spl/functions/CachingIterator-toString.xml?r=1.1&p=1
Index: phpdoc/en/reference/spl/functions/CachingIterator-toString.xml
+++ phpdoc/en/reference/spl/functions/CachingIterator-toString.xml
<?xml version='1.0' encoding='iso-8859-1'?>
<!-- $Revision: 1.1 $ -->
  <refentry id="function.CachingIterator-toString">
   <refnamediv>
    <refname>CachingIterator::__toString</refname>
    <refpurpose>
     Retrun the string representation of the current element
    </refpurpose>
   </refnamediv>
   <refsect1>
    <title>Description</title>
    <methodsynopsis>
     <type>string</type><methodname>CachingIterator::__toString</methodname>
     <void/>
    </methodsynopsis>

     &warn.undocumented.func;

   </refsect1>
  </refentry>

<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->

http://cvs.php.net/co.php/phpdoc/en/reference/spl/functions/CachingIterator-valid.xml?r=1.1&p=1
Index: phpdoc/en/reference/spl/functions/CachingIterator-valid.xml
+++ phpdoc/en/reference/spl/functions/CachingIterator-valid.xml
<?xml version='1.0' encoding='iso-8859-1'?>
<!-- $Revision: 1.1 $ -->
  <refentry id="function.CachingIterator-valid">
   <refnamediv>
    <refname>CachingIterator::valid</refname>
    <refpurpose>
     Check whether the current element is valid
    </refpurpose>
   </refnamediv>
   <refsect1>
    <title>Description</title>
    <methodsynopsis>
     <type>boolean</type><methodname>CachingIterator::valid</methodname>
     <void/>
    </methodsynopsis>

     &warn.undocumented.func;

   </refsect1>
  </refentry>

<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->

http://cvs.php.net/co.php/phpdoc/en/reference/spl/functions/CachingRecursiveIterator-getChildren.xml?r=1.1&p=1
Index: phpdoc/en/reference/spl/functions/CachingRecursiveIterator-getChildren.xml
+++ phpdoc/en/reference/spl/functions/CachingRecursiveIterator-getChildren.xml
<?xml version='1.0' encoding='iso-8859-1'?>
<!-- $Revision: 1.1 $ -->
  <refentry id="function.CachingRecursiveIterator-getChildren">
   <refnamediv>
    <refname>CachingRecursiveIterator::getChildren</refname>
    <refpurpose>
     Return the inenr iteraor's children as a CachingRecursiveIterator
    </refpurpose>
   </refnamediv>
   <refsect1>
    <title>Description</title>
    <methodsynopsis>
     
<type>CachingRecursiveIterator</type><methodname>CachingRecursiveIterator::getChildren</methodname>
     <void/>
    </methodsynopsis>

     &warn.undocumented.func;

   </refsect1>
  </refentry>

<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->

http://cvs.php.net/co.php/phpdoc/en/reference/spl/functions/CachingRecursiveIterator-hasChildren.xml?r=1.1&p=1
Index: phpdoc/en/reference/spl/functions/CachingRecursiveIterator-hasChildren.xml
+++ phpdoc/en/reference/spl/functions/CachingRecursiveIterator-hasChildren.xml
<?xml version='1.0' encoding='iso-8859-1'?>
<!-- $Revision: 1.1 $ -->
  <refentry id="function.CachingRecursiveIterator-hasChildren">
   <refnamediv>
    <refname>CachingRecursiveIterator::hasChildren</refname>
    <refpurpose>
     Cehck whether the current element of the inner iterator has children
    </refpurpose>
   </refnamediv>
   <refsect1>
    <title>Description</title>
    <methodsynopsis>
     <type>bolean</type><methodname>CachingRecursiveIterator::hasChildren</methodname>
     <void/>
    </methodsynopsis>

     &warn.undocumented.func;

   </refsect1>
  </refentry>

<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->

http://cvs.php.net/co.php/phpdoc/en/reference/spl/functions/DirectoryIterator-valid.xml?r=1.1&p=1
Index: phpdoc/en/reference/spl/functions/DirectoryIterator-valid.xml
+++ phpdoc/en/reference/spl/functions/DirectoryIterator-valid.xml
<?xml version='1.0' encoding='iso-8859-1'?>
<!-- $Revision: 1.1 $ -->
  <refentry id="function.DirectoryIterator-valid">
   <refnamediv>
    <refname>DirectoryIterator::valid</refname>
    <refpurpose>
     Check whether dir contains more entries
    </refpurpose>
   </refnamediv>
   <refsect1>
    <title>Description</title>
    <methodsynopsis>
     <type>string</type><methodname>DirectoryIterator::valid</methodname>
     <void/>
    </methodsynopsis>

     &warn.undocumented.func;

   </refsect1>
  </refentry>

<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->

http://cvs.php.net/co.php/phpdoc/en/reference/spl/functions/FilterIterator-current.xml?r=1.1&p=1
Index: phpdoc/en/reference/spl/functions/FilterIterator-current.xml
+++ phpdoc/en/reference/spl/functions/FilterIterator-current.xml
<?xml version='1.0' encoding='iso-8859-1'?>
<!-- $Revision: 1.1 $ -->
  <refentry id="function.FilterIterator-current">
   <refnamediv>
    <refname>FilterIterator::current</refname>
    <refpurpose>
     Get the current element value
    </refpurpose>
   </refnamediv>
   <refsect1>
    <title>Description</title>
    <methodsynopsis>
     <type>mixed</type><methodname>FilterIterator::current</methodname>
     <void/>
    </methodsynopsis>

     &warn.undocumented.func;

   </refsect1>
  </refentry>

<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->

http://cvs.php.net/co.php/phpdoc/en/reference/spl/functions/FilterIterator-getInnerIterator.xml?r=1.1&p=1
Index: phpdoc/en/reference/spl/functions/FilterIterator-getInnerIterator.xml
+++ phpdoc/en/reference/spl/functions/FilterIterator-getInnerIterator.xml
<?xml version='1.0' encoding='iso-8859-1'?>
<!-- $Revision: 1.1 $ -->
  <refentry id="function.FilterIterator-getInnerIterator">
   <refnamediv>
    <refname>FilterIterator::getInnerIterator</refname>
    <refpurpose>
     Get the inner iterator
    </refpurpose>
   </refnamediv>
   <refsect1>
    <title>Description</title>
    <methodsynopsis>
     <type>Iterator</type><methodname>FilterIterator::getInnerIterator</methodname>
     <void/>
    </methodsynopsis>

     &warn.undocumented.func;

   </refsect1>
  </refentry>

<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->

http://cvs.php.net/co.php/phpdoc/en/reference/spl/functions/FilterIterator-key.xml?r=1.1&p=1
Index: phpdoc/en/reference/spl/functions/FilterIterator-key.xml
+++ phpdoc/en/reference/spl/functions/FilterIterator-key.xml
<?xml version='1.0' encoding='iso-8859-1'?>
<!-- $Revision: 1.1 $ -->
  <refentry id="function.FilterIterator-key">
   <refnamediv>
    <refname>FilterIterator::key</refname>
    <refpurpose>
     Get the current key
    </refpurpose>
   </refnamediv>
   <refsect1>
    <title>Description</title>
    <methodsynopsis>
     <type>mixed</type><methodname>FilterIterator::key</methodname>
     <void/>
    </methodsynopsis>

     &warn.undocumented.func;

   </refsect1>
  </refentry>

<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->

http://cvs.php.net/co.php/phpdoc/en/reference/spl/functions/FilterIterator-next.xml?r=1.1&p=1
Index: phpdoc/en/reference/spl/functions/FilterIterator-next.xml
+++ phpdoc/en/reference/spl/functions/FilterIterator-next.xml
<?xml version='1.0' encoding='iso-8859-1'?>
<!-- $Revision: 1.1 $ -->
  <refentry id="function.FilterIterator-next">
   <refnamediv>
    <refname>FilterIterator::next</refname>
    <refpurpose>
     Move the iterator forward
    </refpurpose>
   </refnamediv>
   <refsect1>
    <title>Description</title>
    <methodsynopsis>
     <type>void</type><methodname>FilterIterator::next</methodname>
     <void/>
    </methodsynopsis>

     &warn.undocumented.func;

   </refsect1>
  </refentry>

<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->

http://cvs.php.net/co.php/phpdoc/en/reference/spl/functions/FilterIterator-rewind.xml?r=1.1&p=1
Index: phpdoc/en/reference/spl/functions/FilterIterator-rewind.xml
+++ phpdoc/en/reference/spl/functions/FilterIterator-rewind.xml
<?xml version='1.0' encoding='iso-8859-1'?>
<!-- $Revision: 1.1 $ -->
  <refentry id="function.FilterIterator-rewind">
   <refnamediv>
    <refname>FilterIterator::rewind</refname>
    <refpurpose>
     Rewind the iterator
    </refpurpose>
   </refnamediv>
   <refsect1>
    <title>Description</title>
    <methodsynopsis>
     <type>void</type><methodname>FilterIterator::rewind</methodname>
     <void/>
    </methodsynopsis>

     &warn.undocumented.func;

   </refsect1>
  </refentry>

<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->

http://cvs.php.net/co.php/phpdoc/en/reference/spl/functions/FilterIterator-valid.xml?r=1.1&p=1
Index: phpdoc/en/reference/spl/functions/FilterIterator-valid.xml
+++ phpdoc/en/reference/spl/functions/FilterIterator-valid.xml
<?xml version='1.0' encoding='iso-8859-1'?>
<!-- $Revision: 1.1 $ -->
  <refentry id="function.FilterIterator-valid">
   <refnamediv>
    <refname>FilterIterator::valid</refname>
    <refpurpose>
     Check whether the current element is valid
    </refpurpose>
   </refnamediv>
   <refsect1>
    <title>Description</title>
    <methodsynopsis>
     <type>boolean</type><methodname>FilterIterator::valid</methodname>
     <void/>
    </methodsynopsis>

     &warn.undocumented.func;

   </refsect1>
  </refentry>

<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->

http://cvs.php.net/co.php/phpdoc/en/reference/spl/functions/LimitIterator-getPosition.xml?r=1.1&p=1
Index: phpdoc/en/reference/spl/functions/LimitIterator-getPosition.xml
+++ phpdoc/en/reference/spl/functions/LimitIterator-getPosition.xml
<?xml version='1.0' encoding='iso-8859-1'?>
<!-- $Revision: 1.1 $ -->
  <refentry id="function.LimitIterator-getPosition">
   <refnamediv>
    <refname>LimitIterator::getPosition</refname>
    <refpurpose>
     Return the current position
    </refpurpose>
   </refnamediv>
   <refsect1>
    <title>Description</title>
    <methodsynopsis>
     <type>int</type><methodname>LimitIterator::getPosition</methodname>
     <void/>
    </methodsynopsis>

     &warn.undocumented.func;

   </refsect1>
  </refentry>

<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->

http://cvs.php.net/co.php/phpdoc/en/reference/spl/functions/LimitIterator-next.xml?r=1.1&p=1
Index: phpdoc/en/reference/spl/functions/LimitIterator-next.xml
+++ phpdoc/en/reference/spl/functions/LimitIterator-next.xml
<?xml version='1.0' encoding='iso-8859-1'?>
<!-- $Revision: 1.1 $ -->
  <refentry id="function.LimitIterator-next">
   <refnamediv>
    <refname>LimitIterator::next</refname>
    <refpurpose>
     Move the iterator forward
    </refpurpose>
   </refnamediv>
   <refsect1>
    <title>Description</title>
    <methodsynopsis>
     <type>void</type><methodname>LimitIterator::next</methodname>
     <void/>
    </methodsynopsis>

     &warn.undocumented.func;

   </refsect1>
  </refentry>

<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->

http://cvs.php.net/co.php/phpdoc/en/reference/spl/functions/LimitIterator-rewind.xml?r=1.1&p=1
Index: phpdoc/en/reference/spl/functions/LimitIterator-rewind.xml
+++ phpdoc/en/reference/spl/functions/LimitIterator-rewind.xml
<?xml version='1.0' encoding='iso-8859-1'?>
<!-- $Revision: 1.1 $ -->
  <refentry id="function.LimitIterator-rewind">
   <refnamediv>
    <refname>LimitIterator::rewind</refname>
    <refpurpose>
     Rewind the iterator to the specified starting offset
    </refpurpose>
   </refnamediv>
   <refsect1>
    <title>Description</title>
    <methodsynopsis>
     <type>void</type><methodname>LimitIterator::rewind</methodname>
     <void/>
    </methodsynopsis>

     &warn.undocumented.func;

   </refsect1>
  </refentry>

<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->

http://cvs.php.net/co.php/phpdoc/en/reference/spl/functions/LimitIterator-seek.xml?r=1.1&p=1
Index: phpdoc/en/reference/spl/functions/LimitIterator-seek.xml
+++ phpdoc/en/reference/spl/functions/LimitIterator-seek.xml
<?xml version='1.0' encoding='iso-8859-1'?>
<!-- $Revision: 1.1 $ -->
  <refentry id="function.LimitIterator-seek">
   <refnamediv>
    <refname>LimitIterator::seek</refname>
    <refpurpose>
     Seek to the given position
    </refpurpose>
   </refnamediv>
   <refsect1>
    <title>Description</title>
    <methodsynopsis>
     <type>void</type><methodname>LimitIterator::seek</methodname>
     <methodparam><type>int</type><parameter>position</parameter></methodparam>
    </methodsynopsis>

     &warn.undocumented.func;

   </refsect1>
  </refentry>

<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->

http://cvs.php.net/co.php/phpdoc/en/reference/spl/functions/LimitIterator-valid.xml?r=1.1&p=1
Index: phpdoc/en/reference/spl/functions/LimitIterator-valid.xml
+++ phpdoc/en/reference/spl/functions/LimitIterator-valid.xml
<?xml version='1.0' encoding='iso-8859-1'?>
<!-- $Revision: 1.1 $ -->
  <refentry id="function.LimitIterator-valid">
   <refnamediv>
    <refname>LimitIterator::valid</refname>
    <refpurpose>
     Check whether the current element is valid
    </refpurpose>
   </refnamediv>
   <refsect1>
    <title>Description</title>
    <methodsynopsis>
     <type>boolean</type><methodname>LimitIterator::valid</methodname>
     <void/>
    </methodsynopsis>

     &warn.undocumented.func;

   </refsect1>
  </refentry>

<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->

http://cvs.php.net/co.php/phpdoc/en/reference/spl/functions/ParentIterator-getChildren.xml?r=1.1&p=1
Index: phpdoc/en/reference/spl/functions/ParentIterator-getChildren.xml
+++ phpdoc/en/reference/spl/functions/ParentIterator-getChildren.xml
<?xml version='1.0' encoding='iso-8859-1'?>
<!-- $Revision: 1.1 $ -->
  <refentry id="function.ParentIterator-getChildren">
   <refnamediv>
    <refname>ParentIterator::getChildren</refname>
    <refpurpose>
     Return the inner iterator's children contained in a ParentIterator
    </refpurpose>
   </refnamediv>
   <refsect1>
    <title>Description</title>
    <methodsynopsis>
     <type>ParentIterator</type><methodname>ParentIterator::getChildren</methodname>
     <void/>
    </methodsynopsis>

     &warn.undocumented.func;

   </refsect1>
  </refentry>

<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->

http://cvs.php.net/co.php/phpdoc/en/reference/spl/functions/ParentIterator-hasChildren.xml?r=1.1&p=1
Index: phpdoc/en/reference/spl/functions/ParentIterator-hasChildren.xml
+++ phpdoc/en/reference/spl/functions/ParentIterator-hasChildren.xml
<?xml version='1.0' encoding='iso-8859-1'?>
<!-- $Revision: 1.1 $ -->
  <refentry id="function.ParentIterator-hasChildren">
   <refnamediv>
    <refname>ParentIterator::hasChildren</refname>
    <refpurpose>
     Check whether the inner iterator's current element has children
    </refpurpose>
   </refnamediv>
   <refsect1>
    <title>Description</title>
    <methodsynopsis>
     <type>boolean</type><methodname>ParentIterator::hasChildren</methodname>
     <void/>
    </methodsynopsis>

     &warn.undocumented.func;

   </refsect1>
  </refentry>

<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->

http://cvs.php.net/co.php/phpdoc/en/reference/spl/functions/ParentIterator-next.xml?r=1.1&p=1
Index: phpdoc/en/reference/spl/functions/ParentIterator-next.xml
+++ phpdoc/en/reference/spl/functions/ParentIterator-next.xml
<?xml version='1.0' encoding='iso-8859-1'?>
<!-- $Revision: 1.1 $ -->
  <refentry id="function.ParentIterator-next">
   <refnamediv>
    <refname>ParentIterator::next</refname>
    <refpurpose>
     Move the iterator forward
    </refpurpose>
   </refnamediv>
   <refsect1>
    <title>Description</title>
    <methodsynopsis>
     <type>void</type><methodname>ParentIterator::next</methodname>
     <void/>
    </methodsynopsis>

     &warn.undocumented.func;

   </refsect1>
  </refentry>

<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->

http://cvs.php.net/co.php/phpdoc/en/reference/spl/functions/ParentIterator-rewind.xml?r=1.1&p=1
Index: phpdoc/en/reference/spl/functions/ParentIterator-rewind.xml
+++ phpdoc/en/reference/spl/functions/ParentIterator-rewind.xml
<?xml version='1.0' encoding='iso-8859-1'?>
<!-- $Revision: 1.1 $ -->
  <refentry id="function.ParentIterator-rewind">
   <refnamediv>
    <refname>ParentIterator::rewind</refname>
    <refpurpose>
     Rewind the iterator
    </refpurpose>
   </refnamediv>
   <refsect1>
    <title>Description</title>
    <methodsynopsis>
     <type>void</type><methodname>ParentIterator::rewind</methodname>
     <void/>
    </methodsynopsis>

     &warn.undocumented.func;

   </refsect1>
  </refentry>

<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->

http://cvs.php.net/co.php/phpdoc/en/reference/spl/functions/RecursiveIteratorIterator-current.xml?r=1.1&p=1
Index: phpdoc/en/reference/spl/functions/RecursiveIteratorIterator-current.xml
+++ phpdoc/en/reference/spl/functions/RecursiveIteratorIterator-current.xml
<?xml version='1.0' encoding='iso-8859-1'?>
<!-- $Revision: 1.1 $ -->
  <refentry id="function.RecursiveIteratorIterator-current">
   <refnamediv>
    <refname>RecursiveIteratorIterator::current</refname>
    <refpurpose>
     Access the current element value
    </refpurpose>
   </refnamediv>
   <refsect1>
    <title>Description</title>
    <methodsynopsis>
     <type>mixed</type><methodname>RecursiveIteratorIterator::current</methodname>
     <void/>
    </methodsynopsis>

     &warn.undocumented.func;

   </refsect1>
  </refentry>

<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->

http://cvs.php.net/co.php/phpdoc/en/reference/spl/functions/RecursiveIteratorIterator-getDepth.xml?r=1.1&p=1
Index: phpdoc/en/reference/spl/functions/RecursiveIteratorIterator-getDepth.xml
+++ phpdoc/en/reference/spl/functions/RecursiveIteratorIterator-getDepth.xml
<?xml version='1.0' encoding='iso-8859-1'?>
<!-- $Revision: 1.1 $ -->
  <refentry id="function.RecursiveIteratorIterator-getDepth">
   <refnamediv>
    <refname>RecursiveIteratorIterator::getDepth</refname>
    <refpurpose>
     Get the current depth of the recursive iteration
    </refpurpose>
   </refnamediv>
   <refsect1>
    <title>Description</title>
    <methodsynopsis>
     <type>int</type><methodname>RecursiveIteratorIterator::getDepth</methodname>
     <void/>
    </methodsynopsis>

     &warn.undocumented.func;

   </refsect1>
  </refentry>

<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->

http://cvs.php.net/co.php/phpdoc/en/reference/spl/functions/RecursiveIteratorIterator-getSubIterator.xml?r=1.1&p=1
Index: phpdoc/en/reference/spl/functions/RecursiveIteratorIterator-getSubIterator.xml
+++ phpdoc/en/reference/spl/functions/RecursiveIteratorIterator-getSubIterator.xml
<?xml version='1.0' encoding='iso-8859-1'?>
<!-- $Revision: 1.1 $ -->
  <refentry id="function.RecursiveIteratorIterator-getSubIterator">
   <refnamediv>
    <refname>RecursiveIteratorIterator::getSubIterator</refname>
    <refpurpose>
     The current active sub iterator
    </refpurpose>
   </refnamediv>
   <refsect1>
    <title>Description</title>
    <methodsynopsis>
     
<type>RecursiveIterator</type><methodname>RecursiveIteratorIterator::getSubIterator</methodname>
     <void/>
    </methodsynopsis>

     &warn.undocumented.func;

   </refsect1>
  </refentry>

<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->

http://cvs.php.net/co.php/phpdoc/en/reference/spl/functions/RecursiveIteratorIterator-key.xml?r=1.1&p=1
Index: phpdoc/en/reference/spl/functions/RecursiveIteratorIterator-key.xml
+++ phpdoc/en/reference/spl/functions/RecursiveIteratorIterator-key.xml
<?xml version='1.0' encoding='iso-8859-1'?>
<!-- $Revision: 1.1 $ -->
  <refentry id="function.RecursiveIteratorIterator-key">
   <refnamediv>
    <refname>RecursiveIteratorIterator::key</refname>
    <refpurpose>
     Access the current key
    </refpurpose>
   </refnamediv>
   <refsect1>
    <title>Description</title>
    <methodsynopsis>
     <type>mixed</type><methodname>RecursiveIteratorIterator::key</methodname>
     <void/>
    </methodsynopsis>

     &warn.undocumented.func;

   </refsect1>
  </refentry>

<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->

http://cvs.php.net/co.php/phpdoc/en/reference/spl/functions/RecursiveIteratorIterator-next.xml?r=1.1&p=1
Index: phpdoc/en/reference/spl/functions/RecursiveIteratorIterator-next.xml
+++ phpdoc/en/reference/spl/functions/RecursiveIteratorIterator-next.xml
<?xml version='1.0' encoding='iso-8859-1'?>
<!-- $Revision: 1.1 $ -->
  <refentry id="function.RecursiveIteratorIterator-next">
   <refnamediv>
    <refname>RecursiveIteratorIterator::next</refname>
    <refpurpose>
     Move forward to the next element
    </refpurpose>
   </refnamediv>
   <refsect1>
    <title>Description</title>
    <methodsynopsis>
     <type>void</type><methodname>RecursiveIteratorIterator::next</methodname>
     <void/>
    </methodsynopsis>

     &warn.undocumented.func;

   </refsect1>
  </refentry>

<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->

http://cvs.php.net/co.php/phpdoc/en/reference/spl/functions/RecursiveIteratorIterator-rewind.xml?r=1.1&p=1
Index: phpdoc/en/reference/spl/functions/RecursiveIteratorIterator-rewind.xml
+++ phpdoc/en/reference/spl/functions/RecursiveIteratorIterator-rewind.xml
<?xml version='1.0' encoding='iso-8859-1'?>
<!-- $Revision: 1.1 $ -->
  <refentry id="function.RecursiveIteratorIterator-rewind">
   <refnamediv>
    <refname>RecursiveIteratorIterator::rewind</refname>
    <refpurpose>
     Rewind the iterator to the first element of the top level inner iterator.
    </refpurpose>
   </refnamediv>
   <refsect1>
    <title>Description</title>
    <methodsynopsis>
     <type>void</type><methodname>RecursiveIteratorIterator::rewind</methodname>
     <void/>
    </methodsynopsis>

     &warn.undocumented.func;

   </refsect1>
  </refentry>

<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->

http://cvs.php.net/co.php/phpdoc/en/reference/spl/functions/RecursiveIteratorIterator-valid.xml?r=1.1&p=1
Index: phpdoc/en/reference/spl/functions/RecursiveIteratorIterator-valid.xml
+++ phpdoc/en/reference/spl/functions/RecursiveIteratorIterator-valid.xml
<?xml version='1.0' encoding='iso-8859-1'?>
<!-- $Revision: 1.1 $ -->
  <refentry id="function.RecursiveIteratorIterator-valid">
   <refnamediv>
    <refname>RecursiveIteratorIterator::valid</refname>
    <refpurpose>
     Check whether the current position is valid
    </refpurpose>
   </refnamediv>
   <refsect1>
    <title>Description</title>
    <methodsynopsis>
     <type>bolean</type><methodname>RecursiveIteratorIterator::valid</methodname>
     <void/>
    </methodsynopsis>

     &warn.undocumented.func;

   </refsect1>
  </refentry>

<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->

Reply via email to