sybase_min_message_severityNamesybase_min_message_severity — Sets the minimum level that will return a message from Sybase server.DescriptionSets the minimum level at which errors will be displayed. Sybase server has two sets of error-reporting functionality. The first, sybase_min_error_severity() , reports error levels that relate to errors inside the server itself. The other error functionality relates to server messages, and this is handled by the sybase_min_message_severity() function. A good demonstration of this is to set both sybase_min_error_severity() and sybase_min_message_severity() to 1, then attempt to log in using an incorrect username or password. Sybase server will report back both a message and an error. The message has a severity level of 14, while the error has a severity level of 2. In both cases, they indicate a user error. This value can also be set in the PHP initialization file.
PHP Functions Essential Reference. Copyright © 2002 by New Riders Publishing
(Authors: Zak Greant, Graeme Merrall, Torben Wilson, Brett Michlitsch).
This material may be distributed only subject to the terms and conditions set forth
in the Open Publication License, v1.0 or later (the latest version is presently available at
http://www.opencontent.org/openpub/).
The authors of this book have elected not to choose any options under the OPL. This online book was obtained
from http://www.fooassociates.com/phpfer/
and is designed to provide information about the PHP programming language, focusing on PHP version 4.0.4
for the most part. The information is provided on an as-is basis, and no warranty or fitness is implied. All
persons and entities shall have neither liability nor responsibility to any person or entity with respect to
any loss or damage arising from the information contained in this book.
|