XOOPS  2.6.0
Cookie Class Reference

Static Public Member Functions

static contents ()
 
static del ($key)
 
static delete ($key)
 
static exists ($key)
 
static get ($key)
 
static set ($key, $value, $expire=0, $path= '', $domain= '', $secure=false, $httponly=true)
 

Private Member Functions

 __construct ()
 

Static Private Member Functions

static _scrubKey ($key, $toString=false)
 

Static Private Attributes

static $_reserved = array('XOLOGGERVIEW', 'xoops_user')
 

Detailed Description

Definition at line 21 of file cookie.php.

Constructor & Destructor Documentation

Cookie::__construct ( )
private

Definition at line 27 of file cookie.php.

Member Function Documentation

static Cookie::_scrubKey (   $key,
  $toString = false 
)
staticprivate

Definition at line 165 of file cookie.php.

static Cookie::contents ( )
static

Definition at line 135 of file cookie.php.

static Cookie::del (   $key)
static

Definition at line 30 of file cookie.php.

static Cookie::delete (   $key)
static

Definition at line 36 of file cookie.php.

static Cookie::exists (   $key)
static

Definition at line 89 of file cookie.php.

static Cookie::get (   $key)
static

Definition at line 112 of file cookie.php.

static Cookie::set (   $key,
  $value,
  $expire = 0,
  $path = '',
  $domain = '',
  $secure = false,
  $httponly = true 
)
static

Definition at line 141 of file cookie.php.

References $path.

Member Data Documentation

Cookie::$_reserved = array('XOLOGGERVIEW', 'xoops_user')
staticprivate

Definition at line 24 of file cookie.php.


The documentation for this class was generated from the following file: