parent root
PHP: Predefined Constants - Manual
PHP 7.2.23 Release Announcement

Predefined Constants

The constants below are defined by this extension, and will only be available when the extension has either been compiled into PHP or dynamically loaded at runtime.

MB_OVERLOAD_MAIL (integer)
MB_OVERLOAD_STRING (integer)
MB_OVERLOAD_REGEX (integer)
MB_CASE_UPPER (integer)
MB_CASE_LOWER (integer)
MB_CASE_TITLE (integer)
MB_CASE_FOLD (integer)
Available since PHP 7.3.
MB_CASE_LOWER_SIMPLE (integer)
Available since PHP 7.3.
MB_CASE_TITLE_SIMPLE (integer)
Available since PHP 7.3.
MB_CASE_FOLD_SIMPLE (integer)
Used by case-insensitive operations. Available since PHP 7.3.
add a noteadd a note

User Contributed Notes

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