mbstring.php

Table of Contents

mb_convert_encoding()  : mixed
mb_convert_encoding_callback()  : mixed
mb_detect_encoding()  : mixed
mb_validate_encoding()  : mixed

Functions

mb_convert_encoding()

mb_convert_encoding(mixed $s, mixed $toEncoding[, mixed $fromEncoding = null ]) : mixed
Parameters
$s : mixed
$toEncoding : mixed
$fromEncoding : mixed = null
Tags
link
https://github.com/symfony/polyfill-mbstring
since
3.7.1

mb_detect_encoding()

mb_detect_encoding(mixed $s[, mixed $encodings = null ][, mixed $strict = false ]) : mixed
Parameters
$s : mixed
$encodings : mixed = null
$strict : mixed = false
Tags
link
https://github.com/symfony/polyfill-mbstring
since
3.7.1

Search results