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

search for in the

lcfirst> <implode
Last updated: Fri, 11 Apr 2008

view this page in

join

(PHP 4, PHP 5)

join — Alias of implode()

Descripción

This function is an alias of: implode().



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

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

echo
$comma_separated; // lastname,email,phone

?>

lcfirst> <implode
Last updated: Fri, 11 Apr 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites