| [ Index ] |
PHP Cross Reference of moodle-2.8 |
[Source view] [Print] [Project Stats]
Zend Framework LICENSE
| Copyright: | Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) |
| License: | http://framework.zend.com/license/new-bsd New BSD License |
| Version: | $Id$ |
| File Size: | 217 lines (6 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
Class: Zend_Service_WindowsAzure_SessionHandler - X-Ref
| __construct(Zend_Service_WindowsAzure_Storage_Table $tableStorage, $sessionTable = 'phpsessions', $sessionTablePartition = 'sessions') X-Ref |
| Creates a new Zend_Service_WindowsAzure_SessionHandler instance param: Zend_Service_WindowsAzure_Storage_Table $tableStorage Table storage param: string $sessionTable Session table name param: string $sessionTablePartition Session table partition |
| register() X-Ref |
| Registers the current session handler as PHP's session handler return: boolean |
| open() X-Ref |
| Open the session store return: bool |
| close() X-Ref |
| Close the session store return: bool |
| read($id) X-Ref |
| Read a specific session param: int $id Session Id return: string |
| write($id, $serializedData) X-Ref |
| Write a specific session param: int $id Session Id param: string $serializedData Serialized PHP object |
| destroy($id) X-Ref |
| Destroy a specific session param: int $id Session Id return: boolean |
| gc($lifeTime) X-Ref |
| Garbage collector param: int $lifeTime Session maximal lifetime return: boolean |
| Generated: Fri Nov 28 20:29:05 2014 | Cross-referenced by PHPXref 0.7.1 |