PHP trivia here.
If we declare an array like this:
\'bar\', NULL => \'hello\' ]; ?>
We can ac
I have found the possibility to have Null keys useful, when accessing db, using a class, which can use one of the column values as the key to the returned array. Some column values could be null.