mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Filled in the ns and is_prefix parameters, closing #54647
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@312824 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
091fff686b
commit
9212a0e064
1 changed files with 3 additions and 0 deletions
|
@ -58,6 +58,7 @@
|
|||
<term><parameter>ns</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Namespace prefix or URI.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -65,6 +66,8 @@
|
|||
<term><parameter>is_prefix</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
&true; if <parameter>ns</parameter> is a prefix, &false; if it's a URI;
|
||||
defaults to &false;.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
Loading…
Reference in a new issue