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.
Don’t repeat yourself. Don’t repeat yourself. Don’t repeat yourself.
More coming soon…keep checking back.
