codehaven - php snippets - coding help
Generic filters
Exact matches only

Start an array at a specific position – PHP

19th April 2015

Php - Arrays

php codehaven

Output: Array ( [0] => Wednesday [1] => Thursday [2] => Friday [3] => Saturday [4] => Sunday [5] => Monday [6] => Tuesday

Was this code snippet helpful?