<?php $a = 5300; $b = [53001, 53, false, true]; $c = true; $d = [5300, 53001]; var_dump( in_array($a, $b), in_array($c, $d) );
You have javascript disabled. You will not be able to edit any code.