How to get the last n items in a PHP array as another array?

Viewed 24005

How to I get an array of the last n items of another array in PHP?

2 Answers
Related