You are here

public static function Intl::getSupportedEncodings 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::getSupportedEncodings()

Get a list of supported character encodings

Return value

string[]

Overrides StringWrapperInterface::getSupportedEncodings

File

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

Class

Intl

Namespace

Zend\Stdlib\StringWrapper

Code

public static function getSupportedEncodings() {
  return static::$encodings;
}