PHP Manual

PHP function join()

11. 09. 2019

Obsah článku

Availability in `PHP 4.0`

&Alias; implode

Parameters

Parameter Data type Default value Note
$glue string "", Defaults to an empty string. This is not the preferred usage of implode as glue would be the second parameter and thus, the bad prototype would be used.
$pieces array not The array of strings to implode.

Return values

string

a string containing a string representation of all the array elements in the same order, with the glue string between each element.

Other resources

Official documentation of the join function

Jan Barášek   Více o autorovi

Autor článku pracuje jako seniorní vývojář a software architekt v Praze. Navrhuje a spravuje velké webové aplikace, které znáte a používáte. Od roku 2009 nabral bohaté zkušenosti, které tímto webem předává dál.

Rád vám pomůžu:

Související články

1.

V jiných jazycích

2.
Status:
All systems normal.
2024