Re: how to join two arrays? [message #185719 is a reply to message #185718] |
Sun, 04 May 2014 21:51 |
Jerry Stuckle
Messages: 2598 Registered: September 2010
Karma:
|
Senior Member |
|
|
On 5/4/2014 5:02 PM, Thomas 'PointedEars' Lahn wrote:
> Jerry Stuckle wrote:
>
>> On 5/4/2014 3:47 PM, Thomas 'PointedEars' Lahn wrote:
>>> Jerry Stuckle wrote:
>>>> On 5/4/2014 1:56 PM, Thomas 'PointedEars' Lahn wrote:
>>>> > Denis McMahon wrote:
>>>> >> then: array_merge ( $arr1, $arr2 );
>>>> >>
>>>> >> will generate:
>>>> >>
>>>> >> [0] "."
>>>> >> [1] ".."
>>>> >> [2] "foo.bar"
>>>> >> [3] "really fubar"
>>>> >> [4] "."
>>>> >> [5] ".."
>>>> >> [6] "bah bah.blacksheep"
>>>> >> [7] "fufu.fubar"
>>>> >>
>>>> >> How you then tell which file is where, that's your headache at this
>>>> >> point.
>>>> >
>>>> > array_map() serves here.
>>>>
>>>> And how can array_map() tell which file is where?
>>>
>>> It cannot.
>>
>> Then why did you say it could?
>
> I did not.
>
>
> PointedEars
>
You can't even read what you wrote... Even though it's part of this
message above, I'll repeat it for you:
>> How you then tell which file is where, that's your headache at this
>> point.
>
> array_map() serves here.
--
==================
Remove the "x" from my email address
Jerry Stuckle
jstucklex(at)attglobal(dot)net
==================
|
|
|