Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
PHP: join - Manual
[go: Go Back, main page]

PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

levenshtein" width="11" height="7"/> <implode
Last updated: Thu, 31 May 2007

view this page in

join

(PHP 4, PHP 5)

join — implode() のエイリアス

説明

implode() この関数は次の関数のエイリアスです。



add a note add a note User Contributed Notes
join
manbss at yahoo dot co dot in
10-May-2007 01:38
<?php

$array
= array('lastname', 'email', 'phone');
$comma_separated = join(",", $array);

echo
$comma_separated; // lastname,email,phone

?>

levenshtein" width="11" height="7"/> <implode
Last updated: Thu, 31 May 2007
 
 
show source | credits | sitemap | contact | advertising | mirror sites