didou Mon Aug 9 05:33:25 2004 EDT
Modified files:
/phpdoc/en/reference/domxml/functions DomAttribute-name.xml
DomAttribute-value.xml
DomDocument-create-cdata-section.xml
DomDocument-create-processing-instruction.xml
DomElement-get-elements-by-tagname.xml
Log:
fix protos
http://cvs.php.net/diff.php/phpdoc/en/reference/domxml/functions/DomAttribute-name.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/domxml/functions/DomAttribute-name.xml
diff -u phpdoc/en/reference/domxml/functions/DomAttribute-name.xml:1.4
phpdoc/en/reference/domxml/functions/DomAttribute-name.xml:1.5
--- phpdoc/en/reference/domxml/functions/DomAttribute-name.xml:1.4 Fri Apr 23
08:14:15 2004
+++ phpdoc/en/reference/domxml/functions/DomAttribute-name.xml Mon Aug 9 05:33:22
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/domxml.xml, last change in rev 1.38 -->
<refentry id='function.domattribute-name'>
<refnamediv>
@@ -11,7 +11,7 @@
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>bool</type><methodname>DomAttribute->name</methodname>
+ <type>string</type><methodname>DomAttribute->name</methodname>
<void/>
</methodsynopsis>
<para>
http://cvs.php.net/diff.php/phpdoc/en/reference/domxml/functions/DomAttribute-value.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/domxml/functions/DomAttribute-value.xml
diff -u phpdoc/en/reference/domxml/functions/DomAttribute-value.xml:1.4
phpdoc/en/reference/domxml/functions/DomAttribute-value.xml:1.5
--- phpdoc/en/reference/domxml/functions/DomAttribute-value.xml:1.4 Fri Apr 23
08:14:15 2004
+++ phpdoc/en/reference/domxml/functions/DomAttribute-value.xml Mon Aug 9 05:33:22
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/domxml.xml, last change in rev 1.38 -->
<refentry id='function.domattribute-value'>
<refnamediv>
@@ -11,7 +11,7 @@
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>bool</type><methodname>DomAttribute->value</methodname>
+ <type>mixed</type><methodname>DomAttribute->value</methodname>
<void/>
</methodsynopsis>
<para>
http://cvs.php.net/diff.php/phpdoc/en/reference/domxml/functions/DomDocument-create-cdata-section.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/domxml/functions/DomDocument-create-cdata-section.xml
diff -u phpdoc/en/reference/domxml/functions/DomDocument-create-cdata-section.xml:1.6
phpdoc/en/reference/domxml/functions/DomDocument-create-cdata-section.xml:1.7
--- phpdoc/en/reference/domxml/functions/DomDocument-create-cdata-section.xml:1.6
Tue Apr 27 20:07:33 2004
+++ phpdoc/en/reference/domxml/functions/DomDocument-create-cdata-section.xml Mon
Aug 9 05:33:22 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<!-- splitted from ./en/functions/domxml.xml, last change in rev 1.38 -->
<refentry id="function.domdocument-create-cdata-section">
<refnamediv>
@@ -9,7 +9,7 @@
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>string</type><methodname>DomDocument->create_cdata_section</methodname>
+ <type>object</type><methodname>DomDocument->create_cdata_section</methodname>
<methodparam><type>string</type><parameter>content</parameter></methodparam>
</methodsynopsis>
<para>
http://cvs.php.net/diff.php/phpdoc/en/reference/domxml/functions/DomDocument-create-processing-instruction.xml?r1=1.6&r2=1.7&ty=u
Index:
phpdoc/en/reference/domxml/functions/DomDocument-create-processing-instruction.xml
diff -u
phpdoc/en/reference/domxml/functions/DomDocument-create-processing-instruction.xml:1.6
phpdoc/en/reference/domxml/functions/DomDocument-create-processing-instruction.xml:1.7
---
phpdoc/en/reference/domxml/functions/DomDocument-create-processing-instruction.xml:1.6
Tue Apr 27 20:07:33 2004
+++ phpdoc/en/reference/domxml/functions/DomDocument-create-processing-instruction.xml
Mon Aug 9 05:33:23 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<!-- splitted from ./en/functions/domxml.xml, last change in rev 1.38 -->
<refentry id="function.domdocument-create-processing-instruction">
<refnamediv>
@@ -9,7 +9,7 @@
<refsect1>
<title>Description</title>
<methodsynopsis>
-
<type>string</type><methodname>DomDocument->create_processing_instruction</methodname>
+
<type>object</type><methodname>DomDocument->create_processing_instruction</methodname>
<methodparam><type>string</type><parameter>content</parameter></methodparam>
</methodsynopsis>
<para>
http://cvs.php.net/diff.php/phpdoc/en/reference/domxml/functions/DomElement-get-elements-by-tagname.xml?r1=1.8&r2=1.9&ty=u
Index: phpdoc/en/reference/domxml/functions/DomElement-get-elements-by-tagname.xml
diff -u
phpdoc/en/reference/domxml/functions/DomElement-get-elements-by-tagname.xml:1.8
phpdoc/en/reference/domxml/functions/DomElement-get-elements-by-tagname.xml:1.9
--- phpdoc/en/reference/domxml/functions/DomElement-get-elements-by-tagname.xml:1.8
Tue Aug 3 13:25:32 2004
+++ phpdoc/en/reference/domxml/functions/DomElement-get-elements-by-tagname.xml Mon
Aug 9 05:33:23 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
<!-- splitted from ./en/functions/domxml.xml, last change in rev 1.38 -->
<refentry id='function.domelement-get-elements-by-tagname'>
<refnamediv>
@@ -11,7 +11,7 @@
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>bool</type><methodname>DomElement->get_elements_by_tagname</methodname>
+ <type>array</type><methodname>DomElement->get_elements_by_tagname</methodname>
<methodparam><type>string</type><parameter>name</parameter></methodparam>
</methodsynopsis>
<para>