mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
DomElement::setAttribute does not always return a new DomAttr instance
See https://3v4l.org/8YrUO Closes GH-919.
This commit is contained in:
parent
66459d593b
commit
4854fd6254
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
<refentry xml:id="domelement.setattribute" xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
<refname>DOMElement::setAttribute</refname>
|
||||
<refpurpose>Adds new attribute</refpurpose>
|
||||
<refpurpose>Adds new or modifies existing attribute</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
|
@ -43,7 +43,7 @@
|
|||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
The new <classname>DOMAttr</classname> or &false; if an error occurred.
|
||||
The created or modified <classname>DOMAttr</classname> or &false; if an error occurred.
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1 role="errors">
|
||||
|
|
Loading…
Reference in a new issue