Skip to content

Kirby 4.1.2

A::join()

Joins the elements of an array to a string

A::join(array|string $value, string $separator = ', '): string

Parameters

Name Type Default
$value * array|string
$separator string ', '

Return type

string

Parent class

Kirby\Toolkit\A