Searched defs:mysqlnd_stmt_send_long_data (Results 1 – 1 of 1) sorted by relevance
/php-src/ext/mysqlnd/ | ||
H A D | mysqlnd.h | 223 #define mysqlnd_stmt_send_long_data(stmt,p,d,l) (stmt)->m->send_long_data((stmt), (p), (d), (l)) macro |
Completed in 7 milliseconds