You are here

protected static property StringUtils::$wrapperRegistry in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/zendframework/zend-stdlib/src/StringUtils.php \Zend\Stdlib\StringUtils::wrapperRegistry

Ordered list of registered string wrapper instances

Type: StringWrapperInterface[]

File

vendor/zendframework/zend-stdlib/src/StringUtils.php, line 27

Class

StringUtils
Utility class for handling strings of different character encodings using available PHP extensions.

Namespace

Zend\Stdlib

Code

protected static $wrapperRegistry = null;