unicode_check

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

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

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

Wrapper around _unicode_check().

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

drupal_maintenance_theme in includes/bootstrap.inc
Enables use of the theme system without requiring database access. Since there is not database access no theme will be enabled and the default themeable functions will be called. Some themeable functions can not be used without the full Drupal API...
_drupal_bootstrap_full in includes/common.inc

Код

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

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