$value) { if (empty($integerKeys) || in_array($key, $integerKeys)) { if ($value === '' || $value === null) { $data[$key] = 0; } } } return $data; } }