argv() argv(integer $offset) : string return the client input in $_SERVER['argv'] Parameters integer $offset Returns string
file() file(string $name) : array return the client input in $_FILES Parameters string $name Returns array
get() get(string $name) : string return the client input in $_GET Parameters string $name Returns string
post() post(string $name) : string return the client input in $_POST Parameters string $name Returns string
request() request(string $name) : string return the client input in $_REQUEST Parameters string $name Returns string
server() server(string $name) : string return the client input in $_SERVER Parameters string $name Returns string