Element index for package Koowa_Request
[ a ]
[ b ]
[ c ]
[ e ]
[ f ]
[ g ]
[ h ]
[ k ]
[ m ]
[ p ]
[ r ]
[ s ]
[ t ]
[ u ]
[ _ ]
_
- $_accept
- in file request.php, variable KRequest::$_accept
The request accepts information
- $_base
- in file request.php, variable KRequest::$_base
Base path of the request.
- $_content
- in file request.php, variable KRequest::$_content
The raw post or put content information
- $_referrer
- in file request.php, variable KRequest::$_referrer
Referrer of the request
- $_root
- in file request.php, variable KRequest::$_root
Root path of the request.
- $_url
- in file request.php, variable KRequest::$_url
URL of the request regardless of the server
- _parseAccept
- in file request.php, method KRequest::_parseAccept()
Parses an accept header and returns an array (type => quality) of the accepted types, ordered by quality.
- _parseIdentifier
- in file request.php, method KRequest::_parseIdentifier()
Parse the variable identifier
- _stripSlashes
- in file request.php, method KRequest::_stripSlashes()
Strips slashes recursively on an array
- __clone
- in file request.php, method KRequest::__clone()
Clone
- __construct
- in file request.php, method KRequest::__construct()
Constructor
top
a
- accept
- in file request.php, method KRequest::accept()
Get the accept request information
top
b
- base
- in file request.php, method KRequest::base()
Returns the base path of the request.
top
c
- client
- in file request.php, method KRequest::client()
Returns the client information doing the request
- content
- in file request.php, method KRequest::content()
Get the POST or PUT raw content information
top
top
top
top
h
- has
- in file request.php, method KRequest::has()
Check if a variable exists based on an identifier
top
k
- KRequest
- in file request.php, class KRequest
Request class
- KRequestException
- in file exception.php, class KRequestException
Request Exception class
top
top
p
- protocol
- in file request.php, method KRequest::protocol()
Return the protocal based on $_SERVER['SERVER_PROTOCOL']
top
top
s
- scheme
- in file request.php, method KRequest::scheme()
Returns the current request scheme, based on $_SERVER['https']. In CLI mode, 'cli' will be returned.
- set
- in file request.php, method KRequest::set()
Set a variable in the request. Cookies and session data are stored persistently.
top
t
- token
- in file request.php, method KRequest::token()
Return the request token
- type
- in file request.php, method KRequest::type()
Return the current request transport type.
top
u
- url
- in file request.php, method KRequest::url()
Return the URI of the request regardless of the server
top
|
|