You are here

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

StringWrapperInterface

Namespace

Zend\Stdlib\StringWrapper

Code

public function convert($str, $reverse = false);