IT学习者 -> 技术文档 -> PHP 完全中文手册

函数:mssql_query()


mssql_query

送出一个 query 字符串。

语法: boolean mssql_query(string query, int plink_identifier]);

返回值: 布尔值

函数种类: 数据库功能

内容说明

本函数送出 query 字符串供 MS SQL Server 做相关的处理或者执行。若没有指定 link_identifier 参数,则程序会自动寻找最近打开的 ID。成功则返回 true 值。



[ 上一页  PHP中文手册  下一页 ]

PHP 首页 | PHP 导读 | PHP 函数库 | PHP 函数索引 | PHP 范例程序