does array_slice not work on multidimensional arrays?
am 08.08.2009 01:46:30 von GovindaI worked around the issue by running the too fat multi-dimed array
through a foreach{ ... if($counter <= $myArrLength)
{ $MyNowSlicedMultiDimArr[$key]=$value; }} ,
but I'd still (always!) love to hear from you seasoned PHPers on
this topic (anytime actually!).
I learn the most from your commentary.
------------
John Butler (Govinda)
govinda.webdnatalk@gmail.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php