TwistPHP Documentation

nullData

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

nullDataNull a value in the session array

Parameters

Name Type Description
$strKeystringn/a

Return Values

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

Example

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

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