in reply to
Where can I find the 'implode' and 'explode' functions?
explode
is php immitation of Perl
split
.
implode
is php immitation of Perl
join
.
Comment on
Re: Where can I find the 'implode' and 'explode' functions?
In Section
Seekers of Perl Wisdom