Manuál PHP | ||
---|---|---|
PÅ™edcházejÃcà | Dalšà |
sybase_set_message_handler
(PHP 4 >= 4.3.0, PHP 5)
sybase_set_message_handler -- Sets the handler called when a server message is raisedDescription
bool sybase_set_message_handler ( callback handler [, resource connection] )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.
Poznámka: Tato funkce je k dispozici pouze při použità rozhranà knihovny CT k Sybase, a ne knihovny DB.
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.
Vracà TRUE pÅ™i úspÄ›chu, FALSE pÅ™i selhánÃ.
Poznámka: The
connection
parameter was added in PHP 4.3.5.
PÅ™edcházejÃcà | Domů | Dalšà |
sybase_select_db | Nahoru |