note 102288 deleted from language.types.array by danbrown

[email protected]
Newsgroups php.notes
Message-ID <[email protected]>
Note Submitter: kjchmielewski at gmail dot com 

----

implode like function, but joins array keys and values

function implode1($a,$g1='',$g2=''){
for($i=1,$j=count($a)-1,$p='';list($k,$v)=each($a);$i++)
$p.=$v?($k.$g1.$v.($i<$j?$g2:'')):'';
return $p;}
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.