Aliases and deprecated functions
PHP Manual

mysqli_send_query

mysqli->send_query()

(PHP 5)

mysqli->send_query() — Send the query and return

Description

Procedural style:

bool mysqli_send_query ( mysqli $link , string $query )

Object oriented style (method)

mysqli
bool send_query ( string $query )
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.


Aliases and deprecated functions
PHP Manual