File path: dist/twist/Core/Models/Session/Mysql.model.php
Namespace: Twist\Core\Models\Session
gc
—
Name | Description |
---|---|
$intMaxLifetime | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$intMaxLifetime = 124;
//Call the function gc with the example vars
$resMysql = new \Twist\Core\Models\Session\Mysql();
$resMysql -> gc($intMaxLifetime);