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:
Peter Cowburn 2014-03-29 21:53:57 +00:00
parent 3ecf580903
commit cc99c21bda

View file

@ -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">