ConFoo Montreal 2026: Call for Papers

Voting

: zero minus zero?
(Example: nine)

The Note You're Voting On

bisqwit at iki dot fi
20 years ago
It's worth nothing that array_walk can not be used to change keys in the array.
The function may be defined as (&$value, $key) but not (&$value, &$key).
Even though PHP does not complain/warn, it does not modify the key.

<< Back to user notes page

To Top