Lines Matching full:input
31 global $INPUT;35 if (!$INPUT->has($name)) return;39 $value = $INPUT->str($name);47 $input = $INPUT->arr($name);48 if (isset($input[$key])) {52 if (is_array($input[$key])) {53 $input = $input[$key];56 foreach ($input as $value) {