php array null value code example
Example 1: check null in_array php
if (!empty($data_days) && in_array(1, $data_days, true)){ // use numeric value 1, not string
Example 2: php null
<?php
$var = NULL;
?>
Example 3: remove null values from array php
array_filter