- PHP 手册
- 函数参考
- 数据库扩展
- 针对各数据库系统对应的扩展
- MySQL
- Mysqli
- MySQLi
mysqli::send_query
mysqli_send_query
(PHP 5, PHP 7)
mysqli::send_query -- mysqli_send_query — 发送请求并返回结果
说明
面向对象风格
mysqli::send_query ( string$query
) : bool
过程化风格
mysqli_send_query ( mysqli$link
, string $query
) : bool
Warning本函数还未编写文档,仅有参数列表。
Warning自 PHP 5.3.0 起,已经废弃并移除此函数。
User Contributed Notes
There are no user contributed notes for this page.官方地址:https://www.php.net/manual/en/mysqli.send-query.php