International PHP Conference Munich 2025

Voting

: six minus six?
(Example: nine)

The Note You're Voting On

enrique dot balleste at gmail dot com
8 years ago
A nice little trick to get all of the keys who have some type of value:

$keys = array_keys($array, !null);

<< Back to user notes page

To Top