When using array_filter, if you do not pass the callback function, will you mistakenly think that it does not affect the result?
In PHP's array processing function, array_filter() is a very practical tool, and its purpose is to remove "not meeting the criteria" elements from the array. However, it has a behavior that can confuse beginners: when the callback function is not passed in, it also filters out some elements instead of "doing nothing".
array_filter