Phpfox_Session_Storage_Cookie

Description

Cookie Storage Store information about the user using $_COOKIE.

  • author: Raymond Benc
  • version: $Id: cookie.class.php 1687 2010-07-22 03:13:27Z Raymond_Benc $
  • copyright: [PHPFOX_COPYRIGHT]

Located in /include/library/phpfox/session/storage/cookie.class.php (line 17)


	
			
Variable Summary
 unknown_type $_sPrefix
Method Summary
 Phpfox_Session_Storage_Cookie __construct ()
 mixed get (string $sName)
 mixed getArray (string $sName, string $sValue)
 void remove (mixed $mName)
 void set (string $sName, string $sValue)
 void setArray (string $sName, string $sValue, string $sActualValue)
Variables
unknown_type $_sPrefix = 'phpfox' (line 24)

Prefix of the session name.

  • access: private
Methods
Constructor __construct (line 30)

Class constructor. Gets the new prefix from the global settings.

  • access: public
Phpfox_Session_Storage_Cookie __construct ()
get (line 53)

Gets a session.

  • return: Session exists we return its value, otherwise we return FALSE.
  • access: public
mixed get (string $sName)
  • string $sName: Name of the session.
getArray (line 97)

Get a session ARRAY.

  • return: Session exists we return its value, otherwise we return FALSE.
  • access: public
mixed getArray (string $sName, string $sValue)
  • string $sName: Name of the session.
  • string $sValue: Name of the group session.
remove (line 65)

Removes a session.

  • access: public
void remove (mixed $mName)
  • mixed $mName: STRING name of session, ARRAY of sessions.
set (line 42)

Sets a session.

void set (string $sName, string $sValue)
  • string $sName: Name of the session.
  • string $sValue: Value of the session.
setArray (line 85)

Set an ARRAY session.

  • access: public
void setArray (string $sName, string $sValue, string $sActualValue)
  • string $sName: Name of session.
  • string $sValue: Group of session.
  • string $sActualValue: Value of the session.

Documentation generated on Tue, 28 Sep 2010 10:36:38 +0200 by phpDocumentor 1.4.0a2