_get

Sanitize input values from GET

Parameters
mixed $name = null

(Optional) The name in $_GET to be sanitized; if it is omitted, the whole array of $_GET will be sanitized

#
Returns
mixed

The cleaned value or array of values