sybase_set_message_handler Sets the handler called when a server message is raised &warn.removed.function-7-0-0; &reftitle.description; boolsybase_set_message_handler callablehandler resourcelink_identifier sybase_set_message_handler sets a user function to handle messages generated by the server. You may specify the name of a global function, or use an array to specify an object reference and a method name. &reftitle.parameters; handler The handler expects five arguments in the following order: message number, severity, state, line number and description. The first four are integers. The last is a string. If the function returns &false;, PHP generates an ordinary error message. link_identifier If the link identifier isn't specified, the last opened link is assumed. &reftitle.returnvalues; &return.success; &reftitle.examples; <function>sybase_set_message_handler</function> callback function ]]> <function>sybase_set_message_handler</function> callback to a class ]]> <function>sybase_set_message_handler</function> unhandled messages ]]> &reftitle.notes; &sybase.ct.only;