You are here

public static function StringUtils::resetRegisteredWrappers in Zircon Profile 8

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

Reset all registered wrappers so the default wrappers will be used

Return value

void

File

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

Class

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

Namespace

Zend\Stdlib

Code

public static function resetRegisteredWrappers() {
  static::$wrapperRegistry = null;
}