Stud.IP
5.4
|
Public Member Functions | |
ac_start () | |
ac_get_lock () | |
ac_release_lock () | |
ac_newid ($str, $name=null) | |
ac_store ($id, $name, $str) | |
ac_delete ($id, $name=null) | |
ac_gc ($gc_time, $name=null) | |
ac_halt ($s) | |
ac_get_value ($id, $name=null) | |
ac_get_changed ($id, $name=null) | |
ac_set_changed ($id, $name, $timestamp) | |
Protected Attributes | |
const | CACHE_KEY_PREFIX = 'session_data' |
const | SESSION_LIFETIME = 7200 |
ac_delete | ( | $id, | |
$name = null |
|||
) |
ac_gc | ( | $gc_time, | |
$name = null |
|||
) |
ac_get_changed | ( | $id, | |
$name = null |
|||
) |
ac_get_lock | ( | ) |
ac_get_value | ( | $id, | |
$name = null |
|||
) |
ac_halt | ( | $s | ) |
ac_newid | ( | $str, | |
$name = null |
|||
) |
ac_release_lock | ( | ) |
ac_set_changed | ( | $id, | |
$name, | |||
$timestamp | |||
) |
ac_start | ( | ) |
ac_store | ( | $id, | |
$name, | |||
$str | |||
) |
|
protected |
|
protected |