Inherited Variables
Inherited Constants
Inherited Methods
Class Details
Virtual Web Platform - HTTP Request Headers
This file provides the default API for Accessing HTTP request headers.
Tags:
- author - Ralph Ritoch <rritoch@gmail.com>
- copyright - (c) Ralph Ritoch - All Rights Reserved
- link - VNetPublishing.Com
- license - VNETLPL Limited Public License
[ Top ]
Class Variables
static $_static_ob
[line 48]
Tags:
- var - Static Instance
Type: object
Overrides:
[ Top ]
Class Methods
static getInstance
static object Instance &getInstance(
)
[line 63]
Get Instance of VRequestHeaders
Tags:
- access - public
Parameters:
[ Top ]
static o
static object Instance &o(
)
[line 77]
Get Instance of VRequestHeaders
Tags:
- access - public
Parameters:
[ Top ]
static _init
static void _init(
)
[line 124]
Initialize Headers
Tags:
- access - public
Parameters:
[ Top ]
exists
boolean exists(
string
$header)
[line 113]
Check if header was received
Tags:
- return - True if header was received.
- access - public
Parameters:
- string $header - Header name
[ Top ]
get
string &get(
string
$header, [string
$default = null])
[line 94]
Get header
Tags:
- return - Header value
- access - public
Parameters:
- string $header - Header name
- string $default - Default value
[ Top ]