MemoryDataCollector::getMemory()

int getMemory() Gets the memory. Return Value int The memory

MemoryDataCollector::collect()

collect(Request $request, Response $response, Exception $exception = null) Collects data for the given Request and Response. Parameters Request $request A Request instance Response $response A Response instance Exception $exception An Exception instance

MemoryDataCollector

class MemoryDataCollector extends DataCollector implements LateDataCollectorInterface MemoryDataCollector. Methods serialize() from DataCollector unserialize($data) from DataCollector __construct() collect(Request $request, Response $response, Exception $exception = null) Collects data for the given Request and Response. lateCollect() Collects data as late as possible. int getMemory() Gets the memory. int getMemoryLimit() Gets the PHP memory limit. upd

MemcacheSessionHandler::write()

write($sessionId, $data) {@inheritdoc} Parameters $sessionId $data

MemcacheSessionHandler::read()

read($sessionId) {@inheritdoc} Parameters $sessionId

MemcacheSessionHandler::open()

open($savePath, $sessionName) {@inheritdoc} Parameters $savePath $sessionName

MemcacheSessionHandler::gc()

gc($maxlifetime) {@inheritdoc} Parameters $maxlifetime

MemcacheSessionHandler::destroy()

destroy($sessionId) {@inheritdoc} Parameters $sessionId

MemcacheSessionHandler::close()

close() {@inheritdoc}

MemcacheSessionHandler

class MemcacheSessionHandler implements SessionHandlerInterface MemcacheSessionHandler. Methods __construct(Memcache $memcache, array $options = array()) Constructor. open($savePath, $sessionName) {@inheritdoc} close() {@inheritdoc} read($sessionId) {@inheritdoc} write($sessionId, $data) {@inheritdoc} destroy($sessionId) {@inheritdoc} gc($maxlifetime) {@inheritdoc} Details __construct(Memcache $memcache, array $options = arra