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 Server - Programming » SQL Anywhere Data Access APIs » SQL Anywhere PHP API » SQL Anywhere PHP API reference

 

sasql_message

Prototype
bool sasql_message( sasql_conn $conn, string $message )
Description

Writes a message to the server console.

Parameters

$conn   The connection resource returned by a connect function.

$message   A message to be written to the server console.

Returns

TRUE on success or FALSE on failure.