public static function StringWrapperInterface::isSupported in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/zendframework/zend-stdlib/src/StringWrapper/StringWrapperInterface.php \Zend\Stdlib\StringWrapper\StringWrapperInterface::isSupported()
Check if the given character encoding is supported by this wrapper and the character encoding to convert to is also supported.
Parameters
string $encoding:
string|null $convertEncoding:
1 method overrides StringWrapperInterface::isSupported()
- 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.
File
- vendor/
zendframework/ zend-stdlib/ src/ StringWrapper/ StringWrapperInterface.php, line 21
Class
Namespace
Zend\Stdlib\StringWrapperCode
public static function isSupported($encoding, $convertEncoding = null);