bjori Mon Apr 16 13:18:29 2007 UTC
Modified files: /phpdoc/en/reference/simplexml/functions simplexml-element-children.xml Log: Fixed bug#41096 (Warning: SimpleXMLElement::children() expects at most 1 parameter, 2 given) http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/simplexml/functions/simplexml-element-children.xml?r1=1.11&r2=1.12&diff_format=u Index: phpdoc/en/reference/simplexml/functions/simplexml-element-children.xml diff -u phpdoc/en/reference/simplexml/functions/simplexml-element-children.xml:1.11 phpdoc/en/reference/simplexml/functions/simplexml-element-children.xml:1.12 --- phpdoc/en/reference/simplexml/functions/simplexml-element-children.xml:1.11 Tue Jan 16 01:05:32 2007 +++ phpdoc/en/reference/simplexml/functions/simplexml-element-children.xml Mon Apr 16 13:18:29 2007 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.11 $ --> +<!-- $Revision: 1.12 $ --> <refentry id='function.simplexml-element-children'> <refnamediv> <refname>SimpleXMLElement->children()</refname> @@ -52,6 +52,30 @@ </para> </refsect1> + <refsect1 role="changelog"> + &reftitle.changelog; + <para> + <informaltable> + <tgroup cols="2"> + <thead> + <row> + <entry>&Version;</entry> + <entry>&Description;</entry> + </row> + </thead> + <tbody> + <row> + <entry>5.2.0</entry> + <entry> + The optional parameter <parameter>is_prefix</parameter> was added. + </entry> + </row> + </tbody> + </tgroup> + </informaltable> + </para> + </refsect1> + <refsect1 role="examples"> &reftitle.examples; <para>