Searched refs:mysqlnd_stmt_num_rows (Results 1 – 2 of 2) sorted by relevance
83 #define mysql_stmt_num_rows(s) mysqlnd_stmt_num_rows((s))
172 #define mysqlnd_stmt_num_rows(stmt) (stmt)->m->get_num_rows((stmt)) macro
Completed in 8 milliseconds