[ Index ]

PHP Cross Reference of phpBB-3.1.12-deutsch

title

Body

[close]

/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/ -> BaseMemcacheProfilerStorage.php (summary)

Base Memcache storage for profiling information in a Memcache.

Author: Andrej Hudec <pulzarraider@gmail.com>
File Size: 306 lines (8 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 9 functions

  __construct()
  find()
  purge()
  read()
  write()
  createProfileFromData()
  getItemName()
  getIndexName()
  isItemNameValid()

Functions
Functions that are not part of a class:

__construct($dsn, $username = '', $password = '', $lifetime = 86400)   X-Ref
Constructor.

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: Thu Jan 11 00:25:41 2018 Cross-referenced by PHPXref 0.7.1