File path: dist/twist/Core/Models/Database/ProtocolMYSQLI.model.php
Namespace: Twist\Core\Models\Database
numberRows
—
Name | Description |
---|---|
$resResult | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$resResult = (resource);
//Call the function numberRows with the example vars
$resProtocolMYSQLI = new \Twist\Core\Models\Database\ProtocolMYSQLI();
$resProtocolMYSQLI -> numberRows($resResult);