public function StringWrapperInterface::getConvertEncoding in Zircon Profile 8.0
Same name and namespace in other branches
- 8 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
Namespace
Zend\Stdlib\StringWrapperCode
public function getConvertEncoding();