unicode_check

Хочешь помочь с переводом? Это очень просто и быстро. Лишь зарегистрируйся, и можешь тут же начать переводить.

includes/unicode.inc, строка 22

Версии
5 – 6
unicode_check()

Wrapper around _unicode_check().

▾ 2 функции вызывают unicode_check()

_drupal_bootstrap_full in includes/common.inc
_drupal_maintenance_theme in includes/theme.maintenance.inc
Sets up the theming system for site installs, updates and when the site is in off-line mode. It also applies when the database is unavailable.

Код

<?php
function unicode_check() {
  list($GLOBALS['multibyte']) = _unicode_check();
}
?>
Войдите или зарегистрируйтесь, чтобы получить возможность отправлять комментарии

Вход в систему