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

search for in the

levenshtein> <implode
Last updated: Sun, 25 Nov 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
09-May-2007 09:38
<?php

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

echo
$comma_separated; // lastname,email,phone

?>

levenshtein> <implode
Last updated: Sun, 25 Nov 2007
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites