\LtContext

Summary

Methods
Properties
Constants
__construct()
argv()
file()
get()
post()
request()
server()
$uri
No constants found
No protected methods found
$strip
N/A
No private methods found
No private properties found
N/A

Properties

$uri

$uri : array

The uri property

Type

array

$strip

$strip

Methods

__construct()

__construct() : mixed

Returns

mixed —

argv()

argv(int  $offset) : string

return the client input in $_SERVER['argv']

Parameters

int $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 —