Re: [PHP] Re: If I have 2 arrays...

2005-06-17 Thread Jochem Maas
Jason Barnett wrote: Jay Blanchard wrote: [snip] Close... I think array keys are preserved from the (original) first array, but other than that those appear to be the values that should intersect. [/snip] After a var_dump I am seeing that there is an extra space in each element of one

[PHP] Re: If I have 2 arrays...

2005-06-16 Thread Jason Barnett
Close... I think array keys are preserved from the (original) first array, but other than that those appear to be the values that should intersect. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Re: If I have 2 arrays...

2005-06-16 Thread Jay Blanchard
[snip] Close... I think array keys are preserved from the (original) first array, but other than that those appear to be the values that should intersect. [/snip] After a var_dump I am seeing that there is an extra space in each element of one array, so no intersection occurs. -- PHP General

RE: [PHP] Re: If I have 2 arrays...

2005-06-16 Thread Jay Blanchard
[snip] Close... I think array keys are preserved from the (original) first array, but other than that those appear to be the values that should intersect. [/snip] You are correct, I was more worried about the values -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] Re: If I have 2 arrays...

2005-06-16 Thread Jason Barnett
Jay Blanchard wrote: [snip] Close... I think array keys are preserved from the (original) first array, but other than that those appear to be the values that should intersect. [/snip] After a var_dump I am seeing that there is an extra space in each element of one array, so no intersection