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