On Sat, 8 Aug 2009 08:29:36 -0600, John Butler wrote: > It seems clear to me, but do you also agree that my evidence is that > array_slice() does NOT work on multi-dimmed arrays on v.4.3.9? > Here is the evidence: > > this: > > var_dump($BuildPerUniqueDateArray); > echo"\n\n~~~~~~~~~~~~~\n\n"; > array_slice($BuildPerUniqueDateArray, 1, 2); > var_dump($BuildPerUniqueDateArray); It seems clear to me that you are dumping /the same/ array twice. /Nisse -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php