vrana Thu Feb 15 17:03:31 2007 UTC
Modified files: /phpdoc/en/reference/simplexml/functions simplexml-load-file.xml Log: Wrong copy-paste http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/simplexml/functions/simplexml-load-file.xml?r1=1.17&r2=1.18&diff_format=u Index: phpdoc/en/reference/simplexml/functions/simplexml-load-file.xml diff -u phpdoc/en/reference/simplexml/functions/simplexml-load-file.xml:1.17 phpdoc/en/reference/simplexml/functions/simplexml-load-file.xml:1.18 --- phpdoc/en/reference/simplexml/functions/simplexml-load-file.xml:1.17 Tue Jan 16 01:24:43 2007 +++ phpdoc/en/reference/simplexml/functions/simplexml-load-file.xml Thu Feb 15 17:03:31 2007 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.17 $ --> +<!-- $Revision: 1.18 $ --> <refentry id='function.simplexml-load-file'> <refnamediv> <refname>simplexml_load_file</refname> @@ -49,7 +49,7 @@ <listitem> <para> You may use this optional parameter so that - <function>simplexml_load_string</function> will return an object of + <function>simplexml_load_file</function> will return an object of the specified class. That class should extend the <type>SimpleXMLElement</type> class. </para>