mirror of
https://github.com/smarty-php/smarty.git
synced 2025-10-05 00:30:54 +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>'>
|