public function StringWrapperInterface::convert 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::convert()
Convert a string from defined encoding to the defined convert encoding
Parameters
string $str:
bool $reverse:
Return value
string|false
1 method overrides StringWrapperInterface::convert()
- AbstractStringWrapper::convert in vendor/
zendframework/ zend-stdlib/ src/ StringWrapper/ AbstractStringWrapper.php - Convert a string from defined character encoding to the defined convert encoding
File
- vendor/
zendframework/ zend-stdlib/ src/ StringWrapper/ StringWrapperInterface.php, line 88
Class
Namespace
Zend\Stdlib\StringWrapperCode
public function convert($str, $reverse = false);