ALIAS
mbcheck()
ShortPHP reference for mb_check_encoding().
Signature
mb_check_encoding(array|string $value = null, ?string $encoding = null): bool
Example
mbcheck(...);PHP equivalent
mb_check_encoding() is the canonical PHP function. ShortPHP provides mbcheck() as the convenience alias.
Extension: mbstring