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