PHP » GoLang |
login |
register |
about
|
GoLang sybase_set_message_handler
request it (287)
GoLang replacement for PHP's sybase_set_message_handler
[edit | history]
PHP sybase_set_message_handlerPHP original manual for sybase_set_message_handler [ show | php.net ]sybase_set_message_handler(PHP 4 >= 4.3.0, PHP 5) sybase_set_message_handler — Sets the handler called when a server message is raised Warning
This function was REMOVED in PHP 7.0.0. Descriptionsybase_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
<?php Example #2 sybase_set_message_handler() callback to a class
<?php Example #3 sybase_set_message_handler() unhandled messages
<?php Notes
|
more
Recently updated
more
Most requested
more
Last requests
|