Gen. partnerAlgotech

PHP funkce implode()

Join array elements with a string

|
11. září 2019

Dostupnost ve verzích: PHP 4.0

Join array elements with a string

Parametry

Parametr Datový typ Výchozí hodnota Poznámka
$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 není The array of strings to implode.

string

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

Další zdroje

Oficiální dokumentace funkce implode

Načítání komentářů...

Zůstaňte v obraze

Přihlaste se k odběru našeho newsletteru a získejte nejnovější informace o kybernetické bezpečnosti přímo do vaší e-mailové schránky.

Vaše údaje jsou v bezpečí. Newsletter můžete kdykoliv odhlásit.