didou Sun Jun 12 17:28:41 2005 EDT
Modified files:
/phpdoc/en/reference/domxml/functions
DomProcessingInstruction-data.xml
DomProcessingInstruction-target.xml
Log:
Switch and document DomProcessingInstruction->*
http://cvs.php.net/diff.php/phpdoc/en/reference/domxml/functions/DomProcessingInstruction-data.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/domxml/functions/DomProcessingInstruction-data.xml
diff -u
phpdoc/en/reference/domxml/functions/DomProcessingInstruction-data.xml:1.5
phpdoc/en/reference/domxml/functions/DomProcessingInstruction-data.xml:1.6
--- phpdoc/en/reference/domxml/functions/DomProcessingInstruction-data.xml:1.5
Sun Jun 12 17:18:17 2005
+++ phpdoc/en/reference/domxml/functions/DomProcessingInstruction-data.xml
Sun Jun 12 17:28:38 2005
@@ -1,20 +1,36 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<refentry id='function.domprocessinginstruction-data'>
<refnamediv>
<refname>DomProcessingInstruction->data</refname>
<refpurpose>
- Returns data of pi node
+ Returns the data of ProcessingInstruction node
</refpurpose>
</refnamediv>
- <refsect1>
+ <refsect1 role="description">
&reftitle.description;
- <methodsynopsis>
- <type>string</type><methodname>DomProcessingInstruction->data</methodname>
- <void/>
- </methodsynopsis>
+ <classsynopsis>
+ <ooclass><classname>DomProcessingInstruction</classname></ooclass>
+ <methodsynopsis>
+ <type>string</type><methodname>data</methodname>
+ <void/>
+ </methodsynopsis>
+ </classsynopsis>
<para>
- &warn.undocumented.func;
+ This method gets the data of the ProcessingInstruction node.
+ </para>
+ </refsect1>
+ <refsect1 role="returnvalues">
+ &reftitle.returnvalues;
+ <para>
+ Returns the data of the Processing Instruction.
+ </para>
+ </refsect1>
+ <refsect1 role="migration">
+ <title>Migrating to PHP 5</title>
+ <para>
+ Use the <property>data</property> property of
+ <classname>DOMProcessingInstruction</classname>.
</para>
</refsect1>
</refentry>
http://cvs.php.net/diff.php/phpdoc/en/reference/domxml/functions/DomProcessingInstruction-target.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/domxml/functions/DomProcessingInstruction-target.xml
diff -u
phpdoc/en/reference/domxml/functions/DomProcessingInstruction-target.xml:1.5
phpdoc/en/reference/domxml/functions/DomProcessingInstruction-target.xml:1.6
---
phpdoc/en/reference/domxml/functions/DomProcessingInstruction-target.xml:1.5
Sun Jun 12 17:18:17 2005
+++ phpdoc/en/reference/domxml/functions/DomProcessingInstruction-target.xml
Sun Jun 12 17:28:39 2005
@@ -1,20 +1,36 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<refentry id='function.domprocessinginstruction-target'>
<refnamediv>
<refname>DomProcessingInstruction->target</refname>
<refpurpose>
- Returns target of pi node
+ Returns the target of a ProcessingInstruction node
</refpurpose>
</refnamediv>
- <refsect1>
+ <refsect1 role="description">
&reftitle.description;
- <methodsynopsis>
- <type>string</type><methodname>DomProcessingInstruction->target</methodname>
- <void/>
- </methodsynopsis>
+ <classsynopsis>
+ <ooclass><classname>DomProcessingInstruction</classname></ooclass>
+ <methodsynopsis>
+ <type>string</type><methodname>target</methodname>
+ <void/>
+ </methodsynopsis>
+ </classsynopsis>
<para>
- &warn.undocumented.func;
+ This method gets the target of the ProcessingInstruction node.
+ </para>
+ </refsect1>
+ <refsect1 role="returnvalues">
+ &reftitle.returnvalues;
+ <para>
+ Returns the target of the Processing Instruction.
+ </para>
+ </refsect1>
+ <refsect1 role="migration">
+ <title>Migrating to PHP 5</title>
+ <para>
+ Use the <property>target</property> property of
+ <classname>DOMProcessingInstruction</classname>.
</para>
</refsect1>
</refentry>