File path: dist/twist/Core/Helpers/Session.helper.php
Namespace: Twist\Core\Helpers
Extends: Base
remove
—
Name | Description |
---|---|
[$strKey = null] | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strKey = null;
//Call the function remove with the example vars
Twist::Session() -> remove($strKey);