You are here

protected static property Intl::$encodings in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/zendframework/zend-stdlib/src/StringWrapper/Intl.php \Zend\Stdlib\StringWrapper\Intl::encodings

List of supported character sets (upper case)

Type: string[]

File

vendor/zendframework/zend-stdlib/src/StringWrapper/Intl.php, line 21

Class

Intl

Namespace

Zend\Stdlib\StringWrapper

Code

protected static $encodings = [
  'UTF-8',
];