Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.php > #13510

Re: how to join two arrays?

From Jerry Stuckle <jstucklex@attglobal.net>
Newsgroups comp.lang.php
Subject Re: how to join two arrays?
Date 2014-05-04 21:31 -0400
Organization A noiseless patient Spider
Message-ID <lk6plv$aau$1@dont-email.me> (permalink)
References (4 earlier) <4250025.snfbUPKjyN@PointedEars.de> <lk691r$9ku$1@dont-email.me> <1620039.UmlCRpQXXg@PointedEars.de> <lk6cok$1rp$1@dont-email.me> <5757340.TZ9IJtgvlb@PointedEars.de>

Show all headers | View raw


On 5/4/2014 6:55 PM, Thomas 'PointedEars' Lahn wrote:
> Jerry Stuckle wrote:
>
>> 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.
>>
>> You can't even read what you wrote...
>
> I know what I wrote.  I also know that – granting you the benefit of a
> doubt one more time – you are not trolling, but that you have misinterpreted
> what I wrote.  I have written (as can be read in the quotation above, so
> there is no need for you or me to repeat it below) that “array_map() serves
> here”.  It does.  I have, upon your query, given an example showing what I
> meant with “serves here” from a real-life example (hence “here”).
> Apparently you have not bothered to understand the example, as you had
> decided to deride it in yet another ad-hominem fallacy of yours.
>
> I have made myself clear now to all who can read carefully and think
> clearly.  Further misinterpretation on your part will be considered
> deliberate, aka trolling, and dealt with accordingly.
>
>
> HTH
>
> PointedEars
>

There was nothing to misinterpret.  array_map() does Not solve the 
problem of "How you then tell which file is where, that's your headache 
at this point.", which is the question it is response to.

But we already know you're too stoopid to understand, and too 
egotistical to admit you screwed up (again).

And yes, you made yourself clear.  You proved you have no idea how to 
solve this problem.

So, do everyone a favor and find another newsgroup to troll.  You're 
know as one in enough newsgroups that shouldn't be a problem.

As for suggestion someone else is a troll?  That is the best laugh I've 
heard of all year.  It's even better than suggesting Richard is competent.


-- 
==================
Remove the "x" from my email address
Jerry Stuckle
jstucklex@attglobal.net
==================

Back to comp.lang.php | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

how to join two arrays? richard <noreply@example.com> - 2014-05-03 13:25 -0400
  Re: how to join two arrays? "J.O. Aho" <user@example.net> - 2014-05-03 22:07 +0200
  Re: how to join two arrays? Denis McMahon <denismfmcmahon@gmail.com> - 2014-05-03 22:23 +0000
    Re: how to join two arrays? Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2014-05-04 19:56 +0200
      Re: how to join two arrays? Jerry Stuckle <jstucklex@attglobal.net> - 2014-05-04 15:17 -0400
        Re: how to join two arrays? Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2014-05-04 21:47 +0200
          Re: how to join two arrays? Jerry Stuckle <jstucklex@attglobal.net> - 2014-05-04 16:48 -0400
            Re: how to join two arrays? Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2014-05-04 23:02 +0200
              Re: how to join two arrays? Jerry Stuckle <jstucklex@attglobal.net> - 2014-05-04 17:51 -0400
                Re: how to join two arrays? Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2014-05-05 00:55 +0200
                Re: how to join two arrays? Jerry Stuckle <jstucklex@attglobal.net> - 2014-05-04 21:31 -0400
                Re: how to join two arrays? Jerry Stuckle <jstucklex@attglobal.net> - 2014-05-04 22:13 -0400
                Re: how to join two arrays? Richard Yates <richard@yatesguitar.com> - 2014-05-05 12:45 -0700
  solved    (was: how to join two arrays?) richard <noreply@example.com> - 2014-05-04 19:54 -0400
    Re: solved richard <noreply@example.com> - 2014-05-04 22:00 -0400
      Re: solved Jerry Stuckle <jstucklex@attglobal.net> - 2014-05-04 22:27 -0400
        Re: solved richard <noreply@example.com> - 2014-05-04 23:07 -0400
          Re: solved Ben Bacarisse <ben.usenet@bsb.me.uk> - 2014-05-05 11:11 +0100
            Re: solved richard <noreply@example.com> - 2014-05-05 09:42 -0400
              Re: solved Christoph Michael Becker <cmbecker69@arcor.de> - 2014-05-05 15:51 +0200
              Re: solved Jerry Stuckle <jstucklex@attglobal.net> - 2014-05-05 10:26 -0400
                Re: solved richard <noreply@example.com> - 2014-05-05 10:34 -0400
              Re: solved Doug Miller <doug_at_milmac_dot_com@example.com> - 2014-05-06 00:55 +0000
          Re: solved Denis McMahon <denismfmcmahon@gmail.com> - 2014-05-05 13:36 +0000

csiph-web