11 calls to AbstractStringWrapper::getEncoding() in Zircon Profile 8.0
- AbstractStringWrapper::convert in vendor/
zendframework/ zend-stdlib/ src/ StringWrapper/ AbstractStringWrapper.php - Convert a string from defined character encoding to the defined convert encoding
- AbstractStringWrapper::strPad in vendor/
zendframework/ zend-stdlib/ src/ StringWrapper/ AbstractStringWrapper.php - Pad a string to a certain length with another string
- AbstractStringWrapper::wordWrap in vendor/
zendframework/ zend-stdlib/ src/ StringWrapper/ AbstractStringWrapper.php - Wraps a string to a given number of characters
- Iconv::convert in vendor/
zendframework/ zend-stdlib/ src/ StringWrapper/ Iconv.php - Convert a string from defined encoding to the defined convert encoding
- Iconv::strlen in vendor/
zendframework/ zend-stdlib/ src/ StringWrapper/ Iconv.php - Returns the length of the given string
- Iconv::strpos in vendor/
zendframework/ zend-stdlib/ src/ StringWrapper/ Iconv.php - Find the position of the first occurrence of a substring in a string
- Iconv::substr in vendor/
zendframework/ zend-stdlib/ src/ StringWrapper/ Iconv.php - Returns the portion of string specified by the start and length parameters
- MbString::convert in vendor/
zendframework/ zend-stdlib/ src/ StringWrapper/ MbString.php - Convert a string from defined encoding to the defined convert encoding
- MbString::strlen in vendor/
zendframework/ zend-stdlib/ src/ StringWrapper/ MbString.php - Returns the length of the given string
- MbString::strpos in vendor/
zendframework/ zend-stdlib/ src/ StringWrapper/ MbString.php - Find the position of the first occurrence of a substring in a string
- MbString::substr in vendor/
zendframework/ zend-stdlib/ src/ StringWrapper/ MbString.php - Returns the portion of string specified by the start and length parameters