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

Official PHP manual ↗

Reference navigation

Previous: jenc()

Next: mbenc()

Back to reference