Recursively process an array with an implosion.
Parameters
$arrayarrayrequired- Array that needs to be recursively imploded.
$delimiterstringoptional- Delimiter for the implosion – defaults to
.Default:
'<br>'
Changelog
| Version | Description |
|---|---|
| 1.6.6 | Introduced. |