I know this may be a silly question, but I come across a snippet of php code that check if the $_POST is_array() before execute other functions.
Now I guess that $_POST should be always an associative array or not? is this check really needed? and why?
is_array()check. But that's an awfully special case. Not usually a concern.