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: Sat, 17 Jul 2004

view this page in

join

join -- Alias of implode()

Description

This function is an alias of 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: Sat, 17 Jul 2004
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites