Voting

: max(three, nine)?
(Example: nine)

The Note You're Voting On

developer at i-space dot org
23 years ago
remember that array_slice returns an array with the current element. you must use array_slice($array, $index+1) if you want to get the next elements.

<< Back to user notes page

To Top