Voting

: max(six, zero)?
(Example: nine)

The Note You're Voting On

delew
14 years ago
just a little tip.
to preserve keys without providing length: use NULL

array_slice($array, $my_offset, NULL, true);

<< Back to user notes page

To Top