Send the query and return (original) (raw)
mysqli::send_query
mysqli_send_query
(PHP 5, PHP 7)
mysqli::send_query -- mysqli_send_query — Send the query and return
Description
Object oriented style
public mysqli::send_query ( string $query
) : bool
Procedural style
mysqli_send_query ( mysqli $link
, string $query
) : bool
Warning
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.