TwistPHP Documentation

read

File path: dist/twist/Core/Models/Session/Memcache.model.php
Namespace: Twist\Core\Models\Session
Extends:

read

Parameters

Name Type Description
$intSessionIDintegern/a

Return Values

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

Example

<?php
//Set the variables for the example
$intSessionID 124;

//Call the function read with the example vars
$resMemcache = new \Twist\Core\Models\Session\Memcache();
$resMemcache -> read($intSessionID);