| 
 | sybase_set_message_handlerSets the handler called when a server message is raised Warning This function was REMOVED in PHP 7.0.0. Description
   bool sybase_set_message_handler
    ( callable  $handler[, resource$link_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. Parameters
 
 Return Values
   Returns  Examples
 Example #1 sybase_set_message_handler callback function 
<?phpExample #2 sybase_set_message_handler callback to a class 
<?phpExample #3 sybase_set_message_handler unhandled messages 
<?phpNotes
 |