TwistPHP Documentation

write

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

write

Parameters

Name Type Description
$intSessionIDintegern/a
$mxdDatamixedn/a

Return Values

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

Example

<?php
//Set the variables for the example
$intSessionID 124;
$mxdData 'foo-123';

//Call the function write with the example vars
$resMysql = new \Twist\Core\Models\Session\Mysql();
$resMysql -> write($intSessionID$mxdData);