MemcacheProfilerStorage deprecated

class MemcacheProfilerStorage extends BaseMemcacheProfilerStorage deprecated Deprecated since Symfony 2.8, to be removed in Symfony 3.0. Use {@link FileProfilerStorage} instead. Memcache Profiler Storage. Constants TOKEN_PREFIX Methods __construct(string $dsn, string $username = '', string $password = '', int $lifetime = 86400) Constructor. from BaseMemcacheProfilerStorage array find(string $ip, string $url, string $limit, string $method, int|null $start = null, int|null $e

MemcachedSessionHandler::write()

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

MemcachedSessionHandler::read()

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

MemcachedSessionHandler::open()

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

MemcachedSessionHandler::gc()

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

MemcachedSessionHandler::destroy()

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

MemcachedSessionHandler::close()

close() {@inheritdoc}

MemcachedSessionHandler

class MemcachedSessionHandler implements SessionHandlerInterface MemcachedSessionHandler. Memcached based session storage handler based on the Memcached class provided by the PHP memcached extension. Methods __construct(Memcached $memcached, array $options = array()) Constructor. open($savePath, $sessionName) {@inheritdoc} close() {@inheritdoc} read($sessionId) {@inheritdoc} write($sessionId, $data) {@inheritdoc} destroy($sessionId) {@inheritdoc} gc($maxlife

MemcachedProfilerStorage deprecated

class MemcachedProfilerStorage extends BaseMemcacheProfilerStorage deprecated Deprecated since Symfony 2.8, to be removed in Symfony 3.0. Use {@link FileProfilerStorage} instead. Memcached Profiler Storage. Constants TOKEN_PREFIX Methods __construct(string $dsn, string $username = '', string $password = '', int $lifetime = 86400) Constructor. from BaseMemcacheProfilerStorage array find(string $ip, string $url, string $limit, string $method, int|null $start = null, int|null

MemberMetadata::isPublic()

bool isPublic(object|string $objectOrClassName) Returns whether this member is public. Parameters object|string $objectOrClassName The object or the class name Return Value bool