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.
$_POST
is_array()
$_POST is always an array, they're probably checking if a certain $_POST value is an array.
$_POST['test'] is not an array
$_POST['test'] is an array