If we have an array in PHP with one of its values equal to 0, after array_filter(), this value is removed. But sometimes we consider 0 a valid value.
The second argument of this function helps us. We will write a callback function with a custom filter for empty values, excluding zero.