PHP » GoLang |
login |
register |
about
|
GoLang SessionHandlerInterface::gc
request it (328)
GoLang replacement for PHP's SessionHandlerInterface::gc
[edit | history]
PHP SessionHandlerInterface::gcPHP original manual for SessionHandlerInterface::gc [ show | php.net ]SessionHandlerInterface::gc(PHP 5 >= 5.4.0, PHP 7) SessionHandlerInterface::gc — Cleanup old sessions Description
abstract public int SessionHandlerInterface::gc
( int
$maxlifetime
)Cleans up expired sessions. Called by session_start(), based on session.gc_divisor, session.gc_probability and session.gc_maxlifetime settings. Parameters
Return Values
The return value (usually |
more
Recently updated
more
Most requested
|