Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (中文) » SQL Anywhere 服务器 - 编程 » SQL Anywhere 数据访问 API » SQL Anywhere PHP API » SQL Anywhere PHP API 参考

 

sasql_message

原型
bool sasql_message( sasql_conn $conn, string $message )
说明

将一条消息写入服务器控制台。

参数

$conn   由连接函数返回的连接资源。

$message   要写入服务器控制台的消息。

返回值

TRUE(成功时)或 FALSE(失败时)。