Searched refs:mysqlnd_stmt_num_rows (Results 1 – 2 of 2) sorted by relevance
86 #define mysql_stmt_num_rows(s) mysqlnd_stmt_num_rows((s))
171 #define mysqlnd_stmt_num_rows(stmt) (stmt)->m->get_num_rows((stmt) TSRMLS_CC) macro
Completed in 7 milliseconds