File path: dist/twist/Core/Models/Session/Memcache.model.php
Namespace: Twist\Core\Models\Session
write
—
Name | Description |
---|---|
$intSessionID | n/a |
$mxdData | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$intSessionID = 124;
$mxdData = 'foo-123';
//Call the function write with the example vars
$resMemcache = new \Twist\Core\Models\Session\Memcache();
$resMemcache -> write($intSessionID, $mxdData);