Voting

: min(eight, six)?
(Example: nine)

The Note You're Voting On

dmhouse at gmail dot com
17 years ago
If you want a version of array_shift() that works non-destructively (i.e., an easy function to grab the first element of the array without modifying the array), try reset().

<< Back to user notes page

To Top