rubo77/php-mysql-fix

Worth adding alias mysql_numrows for mysql_num_rows ?

megalithicportal opened this issue · 2 comments

Hello, I've been using your function to update some ancient code and I found a mysql_numrows function as an alias. Possibly worth adding

function mysql_numrows($result){
return mysqli_num_rows($result);
}

after function mysql_num_rows() function?

Thanks for some handy code

yes, please create a pull request that adds this

Thanks - sorry I didn't know how to create a pull request...