<?php // what does 1 and true mean here? $keys = array_keys($array, 1, true); // yes but of course $keys = array_keys($array, filter_value:1, strict:true); ?>
You have javascript disabled. You will not be able to edit any code.