MonthTransformer

class MonthTransformer extends Transformer Parser and formatter for month format. Methods string format(DateTime $dateTime, int $length) Format a value using a configured DateTime as date/time source. string getReverseMatchingRegExp(int $length) Returns a reverse matching regular expression of a string generated by format(). array extractDateOptions(string $matched, int $length) Extract date options from a matched value returned by the processing of the reverse matching regular

MongoDbSessionHandler::write()

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

MongoDbSessionHandler::read()

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

MongoDbSessionHandler::open()

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

MongoDbSessionHandler::gc()

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

MongoDbSessionHandler::destroy()

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

MongoDbSessionHandler::close()

close() {@inheritdoc}

MongoDbSessionHandler

class MongoDbSessionHandler implements SessionHandlerInterface MongoDB session handler. Methods __construct(Mongo|MongoClient|Client $mongo, array $options) Constructor. open($savePath, $sessionName) {@inheritdoc} close() {@inheritdoc} destroy($sessionId) {@inheritdoc} gc($maxlifetime) {@inheritdoc} write($sessionId, $data) {@inheritdoc} read($sessionId) {@inheritdoc} Details __construct(Mongo|MongoClient|Client $mongo, array

MongoDbProfilerStorage deprecated::write()

bool write(Profile $profile) Saves a Profile. Parameters Profile $profile A Profile instance Return Value bool Write operation successful

MongoDbProfilerStorage deprecated::read()

Profile read(string $token) Reads data associated with the given token. The method returns false if the token does not exist in the storage. Parameters string $token A token Return Value Profile The profile associated with token