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;
}
doc_Drupal
2016-10-29 09:50:22
Comments
Leave a Comment

Please login to continue.