| Recommend this page to a friend! |
| Packages of Michael Beck | Xoops 2.5 | htdocs/xoops_lib/vendor/smarty/smarty/docs/programmers/api-functions/api-append.md | Download |
|
|||||||||||||||||||||
append() append an element to an assigned array Descriptionvoid append mixed var void append string varname mixed var bool merge If you append to a string value, it is converted to an array value and then appended to. You can explicitly pass name/value pairs, or associative arrays containing the name/value pairs. If you pass the optional third parameter of TRUE, the value will be merged with the current array instead of appended. NOTE.PARAMETER.MERGE
See also |