mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fixed PHP bug #51585 (wrong description for is_prefix in SimpleXMLElement::children)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@298133 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
0dfdbfbc6d
commit
95225913b7
1 changed files with 2 additions and 2 deletions
|
@ -40,9 +40,9 @@
|
|||
<listitem>
|
||||
<para>
|
||||
If <parameter>is_prefix</parameter> is &true;,
|
||||
<parameter>ns</parameter> will be regarded as a prefix. If &false;,
|
||||
<parameter>ns</parameter> will be regarded as a namespace
|
||||
<acronym>URL</acronym>. If &false;, <parameter>ns</parameter> will be
|
||||
regarded as a prefix.
|
||||
<acronym>URL</acronym>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
Loading…
Reference in a new issue