I have an array that looks like:
Array (
[63] => 0
[64] => 1
[65] => 1
[66] => 0 )
Is there a way to extract the keys for all the values that are equal to 1 (in this case I just want 64 and 65) using Set::extract or Set::remove or some other method?