public functiongc(int $maxlifetime) : int|false {
// We delay gc() to close() so that it is executed outside the transactional and blocking read-write process.// This way, pruning expired sessions does not block them from being started while the current session is used.$this->gcCalled = true;
return0;
}