Aliases and deprecated Mysqli 函数
PHP 手册

mysqli_send_query

mysqli->send_query

(PHP 5)

mysqli_send_query -- mysqli->send_querySend the query and return

说明

Procedural style:

bool mysqli_send_query ( mysqli $link , string $query )

Object oriented style (method)

bool send_query ( string $query )
Warning

本函数暂无文档,仅有参数列表。

Warning

This function has been DEPRECATED and REMOVED as of PHP 5.3.0.


Aliases and deprecated Mysqli 函数
PHP 手册