Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
Mbstring.php
Mbstring::$encodingList
Type:
encodingList
File
vendor/
symfony/
polyfill-mbstring/
Mbstring.php
, line 82
Class
Mbstring
Partial mbstring implementation in PHP, iconv based, UTF-8 centric.
Namespace
Symfony\Polyfill\Mbstring
Code
private static $encodingList = [
'ASCII'
,
'UTF-8'
, ];
RSS feed