You are here

public static function StringWrapperInterface::getSupportedEncodings in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/zendframework/zend-stdlib/src/StringWrapper/StringWrapperInterface.php \Zend\Stdlib\StringWrapper\StringWrapperInterface::getSupportedEncodings()

Get a list of supported character encodings

Return value

string[]

2 calls to StringWrapperInterface::getSupportedEncodings()
AbstractStringWrapper::isSupported in vendor/zendframework/zend-stdlib/src/StringWrapper/AbstractStringWrapper.php
Check if the given character encoding is supported by this wrapper and the character encoding to convert to is also supported.
AbstractStringWrapper::setEncoding in vendor/zendframework/zend-stdlib/src/StringWrapper/AbstractStringWrapper.php
Set character encoding working with and convert to
4 methods override StringWrapperInterface::getSupportedEncodings()
Iconv::getSupportedEncodings in vendor/zendframework/zend-stdlib/src/StringWrapper/Iconv.php
Get a list of supported character encodings
Intl::getSupportedEncodings in vendor/zendframework/zend-stdlib/src/StringWrapper/Intl.php
Get a list of supported character encodings
MbString::getSupportedEncodings in vendor/zendframework/zend-stdlib/src/StringWrapper/MbString.php
Get a list of supported character encodings
Native::getSupportedEncodings in vendor/zendframework/zend-stdlib/src/StringWrapper/Native.php
Get a list of supported character encodings

File

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

Class

StringWrapperInterface

Namespace

Zend\Stdlib\StringWrapper

Code

public static function getSupportedEncodings();