implode
配列要素を文字列により連結する
&reftitle.description;
stringimplode
stringglue
arraypieces
stringimplode
arraypieces
配列の要素を glue 文字列で連結します。
implodeは、歴史的な理由により、引数をどちら
の順番でも受けつけることが可能です。しかし、
explode との統一性の観点からは、
ドキュメントに記述された引数の順番を使用する方が混乱が少なくなるでしょう。
&reftitle.parameters;
glue
デフォルトは空文字列です。
pieces
連結したい文字列の配列。
&reftitle.returnvalues;
すべての配列要素の順序を変えずに、各要素間に
glue 文字列をはさんで 1 つの文字列にして返します。
&reftitle.changelog;
&Version;
&Description;
4.3.0
glue パラメータがオプションとなりました。
&reftitle.examples;
implode の例
]]>
&reftitle.notes;
¬e.bin-safe;
&reftitle.seealso;
explode
preg_split
http_build_query