parent root
PHP: sybase_min_message_severity - Manual
PHP 7.2.23 Release Announcement

sybase_min_message_severity

(PHP 4, PHP 5)

sybase_min_message_severitySets minimum message severity

Warning

This function was REMOVED in PHP 7.0.0.

Description

sybase_min_message_severity ( int $severity ) : void

sybase_min_message_severity() sets the minimum message severity level.

Parameters

severity

Return Values

No value is returned.

Notes

Note: This function is only available when using the DB library interface to Sybase, and not with the CT library.

See Also

add a noteadd a note

User Contributed Notes

There are no user contributed notes for this page.
To Top
parent root