Added note that these methods were added in PHP 5.1.3

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

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<refentry id='function.simplexml-element-addAttribute'>
<refnamediv>
<refname>SimpleXMLElement->addAttribute</refname>
@ -17,6 +17,11 @@
</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.2 $ -->
<!-- $Revision: 1.3 $ -->
<refentry id='function.simplexml-element-addChild'>
<refnamediv>
<refname>SimpleXMLElement->addChild</refname>
@ -17,6 +17,11 @@
</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.3 $ -->
<!-- $Revision: 1.4 $ -->
<refentry id='function.simplexml-element-getDocNamespaces'>
<refnamediv>
<refname>SimpleXMLElement->getDocNamespaces</refname>
@ -15,6 +15,11 @@
</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.2 $ -->
<!-- $Revision: 1.3 $ -->
<refentry id='function.simplexml-element-getName'>
<refnamediv>
<refname>SimpleXMLElement->getName</refname>
@ -13,6 +13,11 @@
</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.3 $ -->
<!-- $Revision: 1.4 $ -->
<refentry id='function.simplexml-element-getNamespaces'>
<refnamediv>
<refname>SimpleXMLElement->getNamespaces</refname>
@ -15,6 +15,11 @@
</methodsynopsis>
<para>
Returns namespaces used in document
<note>
<para>
<literal>SimpleXMLElement->addNamespaces</literal> was added in PHP 5.1.3.
</para>
</note>
</para>
</refsect1>