Fix old info + typo in XMLReader::getAttribute docs

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@319263 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Nikita Popov 2011-11-15 19:00:40 +00:00
parent b290e3e418
commit 0d24add1c6

View file

@ -13,7 +13,7 @@
<methodparam><type>string</type><parameter>name</parameter></methodparam>
</methodsynopsis>
<para>
Returns the value of a named attribute or an empty string if
Returns the value of a named attribute or &null; if the
attribute does not exist or not positioned on an element node.
</para>
</refsect1>
@ -35,8 +35,8 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
The value of the attribute, or &null; if no attribute with the
given <parameter>name</parameter> is found or not positioned of element.
The value of the attribute, or &null; if no attribute with the given
<parameter>name</parameter> is found or not positioned on an element node.
</para>
</refsect1>