public static function Iconv::getSupportedEncodings in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/zendframework/zend-stdlib/src/StringWrapper/Iconv.php \Zend\Stdlib\StringWrapper\Iconv::getSupportedEncodings()
Get a list of supported character encodings
Return value
string[]
Overrides StringWrapperInterface::getSupportedEncodings
File
- vendor/
zendframework/ zend-stdlib/ src/ StringWrapper/ Iconv.php, line 205
Class
Namespace
Zend\Stdlib\StringWrapperCode
public static function getSupportedEncodings() {
return static::$encodings;
}