== && === >>> '233' == '233 ' => false >>> '233' == ' 233' => true >>> '233' === ' 233' => false numberic >>> is_numeric(' 233') => true
array_walk