You are here

public static function Iconv::getSupportedEncodings in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 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

Iconv

Namespace

Zend\Stdlib\StringWrapper

Code

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