Functions

implode

Supported By

Syntax

[the] implode of ( list , delimiter )

implode ( list , delimiter )

List yields a list of strings. Delimiter yields a string.

Description

The implode function returns the string concatenation of all of its arguments, with the specified delimiter between each argument.

See Also

concat, concatsp, explode, csExplode, regExplode, trExplode