The What
Syntax
array array_filter ( array $array [, callable $callback [, int $flag = 0 );
Description
The array_filter
function iterates over each value in the array passing them to the callback function. If the callback function returns true, the current value from array is returned into the result array. Array keys are preserved.
Once upon a time, there was a developer... You! This is going to be a good story...
More coming soon…keep checking back.