public static function Unicode::getStatus

public static Unicode::getStatus()

Gets the current status of unicode/multibyte support on this environment.

Return value

int The status of multibyte support. It can be one of:

File

core/lib/Drupal/Component/Utility/Unicode.php, line 109

Class

Unicode
Provides Unicode-related conversions and operations.

Namespace

Drupal\Component\Utility

Code

public static function getStatus() {
  return static::$status;
}

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Component!Utility!Unicode.php/function/Unicode::getStatus/8.1.x