mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Wrap parameter order note in <note> tags
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333178 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
3ecf580903
commit
cc99c21bda
1 changed files with 9 additions and 7 deletions
|
@ -60,13 +60,15 @@
|
|||
</varlistentry>
|
||||
</variablelist>
|
||||
</para>
|
||||
<para>
|
||||
Although <function>implode</function> can, for historical reasons,
|
||||
accept its parameters in either order,
|
||||
<function>explode</function> cannot. You must ensure that the
|
||||
<parameter>delimiter</parameter> argument comes before the
|
||||
<parameter>string</parameter> argument.
|
||||
</para>
|
||||
<note>
|
||||
<para>
|
||||
Although <function>implode</function> can, for historical reasons,
|
||||
accept its parameters in either order,
|
||||
<function>explode</function> cannot. You must ensure that the
|
||||
<parameter>delimiter</parameter> argument comes before the
|
||||
<parameter>string</parameter> argument.
|
||||
</para>
|
||||
</note>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="returnvalues">
|
||||
|
|
Loading…
Reference in a new issue