The Severity Codes are:
10 - Status Message:Does not raise an error but returns a string.
11, 12, 13 - Not Used
14 - Informational Message
15 - Warning Message
16 - Critical Error: The Procedure Failed
mssql_min_message_severity
(PHP 4, PHP 5, PECL odbtp:1.1.1-1.1.4)
mssql_min_message_severity — Sets the lower message severity
Описание
void mssql_min_message_severity
( int $severity
)
Внимание
К настоящему времени эта функция еще не была документирована; для ознакомления доступен только список аргументов.
Список параметров
- severity
-
Возвращаемые значения
Эта функция не возвращает значения после выполнения.
mssql_min_message_severity
jotaylor at hightechinstitute dot edu
28-Dec-2006 06:24
28-Dec-2006 06:24
VGR at edainworks dot com
03-Jun-2004 07:53
03-Jun-2004 07:53
very useful function to prevent the silly "message: blah blah blah" lines issued by the DB layer.
Just set the level to 17 and mssql_select_db() will (at last) leave you alone ;-)
