[ Index ] |
PHP Cross Reference of phpBB-3.2.11-deutsch |
[Source view] [Print] [Project Stats]
Base Memcache storage for profiling information in a Memcache.
Author: | Andrej Hudec <pulzarraider@gmail.com> |
File Size: | 313 lines (8 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
__construct($dsn, $username = '', $password = '', $lifetime = 86400) X-Ref |
param: string $dsn A data source name param: string $username param: string $password param: int $lifetime The lifetime to use for the purge |
find($ip, $url, $limit, $method, $start = null, $end = null) X-Ref |
{@inheritdoc} |
purge() X-Ref |
{@inheritdoc} |
read($token) X-Ref |
{@inheritdoc} |
write(Profile $profile) X-Ref |
{@inheritdoc} |
createProfileFromData($token, $data, $parent = null) X-Ref |
Append data to an existing item on the memcache server. param: string $key param: string $value param: int $expiration return: bool |
getItemName($token) X-Ref |
Get item name. param: string $token return: string |
getIndexName() X-Ref |
Get name of index. return: string |
isItemNameValid($name) X-Ref |
No description |
Generated: Wed Nov 11 20:33:01 2020 | Cross-referenced by PHPXref 0.7.1 |