TwistPHP Documentation

remove

File path: dist/twist/Core/Helpers/Session.helper.php
Namespace: Twist\Core\Helpers
Extends: Base

remove

Parameters

Name Type Description
[$strKey = null]stringn/a

Return Values

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

Example

<?php
//Set the variables for the example
$strKey null;

//Call the function remove with the example vars
Twist::Session() -> remove($strKey);