mysqli::send_query
, mysqli_send_query
mysqli::send_query
mysqli_send_query
Send the query and return
Description
Object oriented stylebool mysqli::send_query(string query);
Procedural stylebool mysqli_send_query(mysqli link,
Warning
string query);
This function is currently not documented; only its argument list is available.Warning
This function has been DEPRECATED and REMOVED as of PHP 5.3.0.