mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
b290e3e418
commit
0d24add1c6
1 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue