vrana Fri Nov 12 07:22:09 2004 EDT
Modified files:
/phpdoc/en/reference/simplexml/functions
simplexml-element-attributes.xml
simplexml-element-children.xml
simplexml-import-dom.xml
simplexml-load-file.xml
simplexml-load-string.xml
Log:
Change "object" to specific objects
http://cvs.php.net/diff.php/phpdoc/en/reference/simplexml/functions/simplexml-element-attributes.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/simplexml/functions/simplexml-element-attributes.xml
diff -u
phpdoc/en/reference/simplexml/functions/simplexml-element-attributes.xml:1.4
phpdoc/en/reference/simplexml/functions/simplexml-element-attributes.xml:1.5
---
phpdoc/en/reference/simplexml/functions/simplexml-element-attributes.xml:1.4
Fri Aug 20 05:37:00 2004
+++ phpdoc/en/reference/simplexml/functions/simplexml-element-attributes.xml
Fri Nov 12 07:22:04 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<refentry id='function.simplexml-element-attributes'>
<refnamediv>
<refname>SimpleXMLElement->attributes</refname>
@@ -10,7 +10,7 @@
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>object
SimpleXMLElement</type><methodname>simplexml_element->attributes</methodname>
+
<type>SimpleXMLElement</type><methodname>simplexml_element->attributes</methodname>
<methodparam><type>string</type><parameter>data</parameter></methodparam>
</methodsynopsis>
<para>
http://cvs.php.net/diff.php/phpdoc/en/reference/simplexml/functions/simplexml-element-children.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/simplexml/functions/simplexml-element-children.xml
diff -u
phpdoc/en/reference/simplexml/functions/simplexml-element-children.xml:1.6
phpdoc/en/reference/simplexml/functions/simplexml-element-children.xml:1.7
--- phpdoc/en/reference/simplexml/functions/simplexml-element-children.xml:1.6
Fri Aug 20 05:37:00 2004
+++ phpdoc/en/reference/simplexml/functions/simplexml-element-children.xml
Fri Nov 12 07:22:04 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<refentry id='function.simplexml-element-children'>
<refnamediv>
<refname>SimpleXMLElement->children</refname>
@@ -10,7 +10,7 @@
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>object
SimpleXMLElement</type><methodname>simplexml_element->children</methodname>
+
<type>SimpleXMLElement</type><methodname>simplexml_element->children</methodname>
<void/>
</methodsynopsis>
<para>
http://cvs.php.net/diff.php/phpdoc/en/reference/simplexml/functions/simplexml-import-dom.xml?r1=1.7&r2=1.8&ty=u
Index: phpdoc/en/reference/simplexml/functions/simplexml-import-dom.xml
diff -u phpdoc/en/reference/simplexml/functions/simplexml-import-dom.xml:1.7
phpdoc/en/reference/simplexml/functions/simplexml-import-dom.xml:1.8
--- phpdoc/en/reference/simplexml/functions/simplexml-import-dom.xml:1.7
Sun Aug 29 17:09:24 2004
+++ phpdoc/en/reference/simplexml/functions/simplexml-import-dom.xml Fri Nov
12 07:22:04 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
<refentry id='function.simplexml-import-dom'>
<refnamediv>
<refname>simplexml_import_dom</refname>
@@ -11,8 +11,8 @@
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>object</type><methodname>simplexml_import_dom</methodname>
- <methodparam><type>object</type><parameter>node</parameter></methodparam>
+ <type>SimpleXMLElement</type><methodname>simplexml_import_dom</methodname>
+ <methodparam><type>DOMNode</type><parameter>node</parameter></methodparam>
<methodparam
choice="opt"><type>string</type><parameter>class_name</parameter></methodparam>
</methodsynopsis>
<para>
http://cvs.php.net/diff.php/phpdoc/en/reference/simplexml/functions/simplexml-load-file.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/simplexml/functions/simplexml-load-file.xml
diff -u phpdoc/en/reference/simplexml/functions/simplexml-load-file.xml:1.6
phpdoc/en/reference/simplexml/functions/simplexml-load-file.xml:1.7
--- phpdoc/en/reference/simplexml/functions/simplexml-load-file.xml:1.6 Fri Aug
20 05:37:00 2004
+++ phpdoc/en/reference/simplexml/functions/simplexml-load-file.xml Fri Nov
12 07:22:04 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<refentry id='function.simplexml-load-file'>
<refnamediv>
<refname>simplexml_load_file</refname>
@@ -10,7 +10,7 @@
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>object</type><methodname>simplexml_load_file</methodname>
+ <type>SimpleXMLElement</type><methodname>simplexml_load_file</methodname>
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
<methodparam
choice="opt"><type>string</type><parameter>class_name</parameter></methodparam>
</methodsynopsis>
http://cvs.php.net/diff.php/phpdoc/en/reference/simplexml/functions/simplexml-load-string.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/simplexml/functions/simplexml-load-string.xml
diff -u phpdoc/en/reference/simplexml/functions/simplexml-load-string.xml:1.6
phpdoc/en/reference/simplexml/functions/simplexml-load-string.xml:1.7
--- phpdoc/en/reference/simplexml/functions/simplexml-load-string.xml:1.6
Fri Aug 20 05:37:00 2004
+++ phpdoc/en/reference/simplexml/functions/simplexml-load-string.xml Fri Nov
12 07:22:05 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<refentry id='function.simplexml-load-string'>
<refnamediv>
<refname>simplexml_load_string</refname>
@@ -10,7 +10,7 @@
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>object</type><methodname>simplexml_load_string</methodname>
+
<type>SimpleXMLElement</type><methodname>simplexml_load_string</methodname>
<methodparam><type>string</type><parameter>data</parameter></methodparam>
<methodparam
choice="opt"><type>string</type><parameter>class_name</parameter></methodparam>
</methodsynopsis>