TwistPHP Documentation

logout

File path: dist/twist/Core/Utilities/User.utility.php
Namespace: Twist\Core\Utilities
Extends: Base

logoutLog the user out of the system and destroy the users session

Return Values

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

Example

<?php
//Call the function logout with the example vars
Twist::User() -> logout();