You are here

public function StringWrapperInterface::getConvertEncoding 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::getConvertEncoding()

Get the defined character encoding to convert to (upper case)

Return value

string|null

1 method overrides StringWrapperInterface::getConvertEncoding()
AbstractStringWrapper::getConvertEncoding in vendor/zendframework/zend-stdlib/src/StringWrapper/AbstractStringWrapper.php
Get the defined character encoding to convert to

File

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

Class

StringWrapperInterface

Namespace

Zend\Stdlib\StringWrapper

Code

public function getConvertEncoding();