update : 2015.11.03
php.shukuma.com검색:
|
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 설명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. 인수
반환값
성공 시 예제
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 주의
|