ze\sql::numRows()ze\sql::numRows($result)
Returns the number of rows from a SQL SELECT query.
A shortcut function to the mysqli_num_rows() function.
$resultYou should pass in the result from a call to sqlSelect() or getRows(). You can also pass in a SQL string directly.
An associative array containing the row.