public static function Intl::getSupportedEncodings in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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
Namespace
Zend\Stdlib\StringWrapperCode
public static function getSupportedEncodings() {
return static::$encodings;
}