Searched refs:mysqlnd_stmt_param_count (Results 1 – 2 of 2) sorted by relevance
85 #define mysql_stmt_param_count(s) mysqlnd_stmt_param_count((s))
173 #define mysqlnd_stmt_param_count(stmt) (stmt)->m->get_param_count((stmt) TSRMLS_CC) macro
Completed in 7 milliseconds