render()
render( $glue, $array, $functionOrKey = '')
Basically equal to PHP implode(). If array items are array themselves a key ($functionOrKey) can be specified.
If array items are objects a function to retrieve a certain value for the implode can be specified ($functionOrKey).
Parameters
| $glue | string |
|
| $array | Array |
|
| $functionOrKey | string |