You are here

public static function StringWrapperInterface::isSupported 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::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

StringWrapperInterface

Namespace

Zend\Stdlib\StringWrapper

Code

public static function isSupported($encoding, $convertEncoding = null);