TwistPHP Documentation

freeResult

File path: dist/twist/Core/Models/Database/ProtocolPDO.model.php
Namespace: Twist\Core\Models\Database
Extends:

freeResult

Parameters

Name Type Description
$resResultresourcen/a

Return Values

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

Example

<?php
//Set the variables for the example
$resResult = (resource);

//Call the function freeResult with the example vars
$resProtocolPDO = new \Twist\Core\Models\Database\ProtocolPDO();
$resProtocolPDO -> freeResult($resResult);