Voting

: three minus three?
(Example: nine)

The Note You're Voting On

dracveg at gmail dot com
3 years ago
Notice!

$a = array(
1 => 1,
0 => 0
);

echo (array_key_last($a)); // output: "0", not "1"

<< Back to user notes page

To Top