Previous commit reversed.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@212916 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Ben Ramsey 2006-05-12 18:04:55 +00:00
parent 2354db720f
commit b3b9b0b50e
5 changed files with 5 additions and 30 deletions

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<refentry id='function.simplexml-element-addAttribute'>
<refnamediv>
<refname>SimpleXMLElement->addAttribute</refname>
@ -17,11 +17,6 @@
</methodsynopsis>
<para>
Adds an attribute to the SimpleXML element.
<note>
<para>
<literal>SimpleXMLElement->addAttribute</literal> was added in PHP 5.1.3.
</para>
</note>
</para>
</refsect1>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<refentry id='function.simplexml-element-addChild'>
<refnamediv>
<refname>SimpleXMLElement->addChild</refname>
@ -17,11 +17,6 @@
</methodsynopsis>
<para>
Adds a child element to the node and returns a SimpleXMLElement of the child.
<note>
<para>
<literal>SimpleXMLElement->addChild</literal> was added in PHP 5.1.3.
</para>
</note>
</para>
</refsect1>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.4 $ -->
<!-- $Revision: 1.5 $ -->
<refentry id='function.simplexml-element-getDocNamespaces'>
<refnamediv>
<refname>SimpleXMLElement->getDocNamespaces</refname>
@ -15,11 +15,6 @@
</methodsynopsis>
<para>
Returns namespaces declared in document
<note>
<para>
<literal>SimpleXMLElement->getDocNamespaces</literal> was added in PHP 5.1.3.
</para>
</note>
</para>
</refsect1>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<refentry id='function.simplexml-element-getName'>
<refnamediv>
<refname>SimpleXMLElement->getName</refname>
@ -13,11 +13,6 @@
</methodsynopsis>
<para>
Gets the name of the XML element.
<note>
<para>
<literal>SimpleXMLElement->getName</literal> was added in PHP 5.1.3.
</para>
</note>
</para>
</refsect1>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.4 $ -->
<!-- $Revision: 1.5 $ -->
<refentry id='function.simplexml-element-getNamespaces'>
<refnamediv>
<refname>SimpleXMLElement->getNamespaces</refname>
@ -15,11 +15,6 @@
</methodsynopsis>
<para>
Returns namespaces used in document
<note>
<para>
<literal>SimpleXMLElement->addNamespaces</literal> was added in PHP 5.1.3.
</para>
</note>
</para>
</refsect1>