mirror of
https://github.com/smarty-php/smarty.git
synced 2025-10-04 08:10:55 +02:00
12 lines
401 B
Plaintext
12 lines
401 B
Plaintext
<!-- $Revision$ -->
|
|
|
|
<!ENTITY note.parameter.merge '<note>
|
|
<title>Technical Note</title>
|
|
<para>
|
|
The <parameter>merge</parameter> parameter respects array keys, so if
|
|
you merge two numerically indexed arrays, they may overwrite each other
|
|
or result in non-sequential keys. This is unlike the array_merge() function
|
|
of PHP which wipes out numerical keys and renumbers them.
|
|
</para>
|
|
</note>'>
|