TwistPHP Documentation

gc

File path: dist/twist/Core/Models/Session/Mysql.model.php
Namespace: Twist\Core\Models\Session
Extends:

gc

Parameters

Name Type Description
$intMaxLifetimeintegern/a

Return Values

void — No return information has been documented for this function.

Example

<?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);