You are here

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

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

Is PCRE compiled with Unicode support?

Type: bool

File

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

Class

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

Namespace

Zend\Stdlib

Code

protected static $hasPcreUnicodeSupport = null;