public function StringWrapperInterface::getEncoding 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::getEncoding()
Get the defined character encoding to work with (upper case)
Return value
string
1 method overrides StringWrapperInterface::getEncoding()
- AbstractStringWrapper::getEncoding in vendor/
zendframework/ zend-stdlib/ src/ StringWrapper/ AbstractStringWrapper.php - Get the defined character encoding to work with
File
- vendor/
zendframework/ zend-stdlib/ src/ StringWrapper/ StringWrapperInterface.php, line 44
Class
Namespace
Zend\Stdlib\StringWrapperCode
public function getEncoding();