How to get sub array in PHP?

Posted by wamp on Stack Overflow See other posts from Stack Overflow or by wamp
Published on 2010-05-28T09:05:06Z Indexed on 2010/05/28 9:11 UTC
Read the original article Hit count: 138

Filed under:
|

I want to get an array composed of the first 4 rows of the original array $arr,

how to do it in PHP?

© Stack Overflow or respective owner

Related posts about php

Related posts about array