TwistPHP Documentation

affectedRows

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

affectedRows

Parameters

Name Type Description
[$resResult = null]resourcen/a

Return Values

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

Example

<?php
//Set the variables for the example
$resResult null;

//Call the function affectedRows with the example vars
$resProtocolMYSQLI = new \Twist\Core\Models\Database\ProtocolMYSQLI();
$resProtocolMYSQLI -> affectedRows($resResult);