|
Posted by Hendri Kurniawan on 04/20/07 00:13
Geoff Berrow wrote:
> Message-ID: <132fone41inqp4b@corp.supernews.com> from Hendri Kurniawan
> contained the following:
>
>>> What is the easiest way to insert the element "|" between the elements
>>> of the array so that the result is
>>>
>>> array("a", "|", "b", "|", "c", "|", "d");
>>>
>>> ? Thanks, - Dave
>>>
>> Easiest, IMHO $my_arr = explode(',', implode(',|,', $my_arr));
>> But someone in this NG bound to find a better way to do it :D
>
> The question is /why/ does he want to do it?
>
hehehe... yeah... i forgot to ask why.... :D
Well...
Hendri Kurniawan
Navigation:
[Reply to this message]
|