[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/libraries/vendor/voku/portable-utf8/ -> bootstrap.php (source)

   1  <?php
   2  
   3  use voku\helper\Bootup;
   4  use voku\helper\UTF8;
   5  
   6  Bootup::initAll(); // Enables UTF-8 for PHP
   7  UTF8::checkForSupport(); // Check UTF-8 support for PHP
   8  
   9  if (defined('PORTABLE_UTF8__ENABLE_AUTO_FILTER') === true) {
  10      Bootup::filterRequestUri(); // Redirects to an UTF-8 encoded URL if it's not already the case
  11      Bootup::filterRequestInputs(); // Normalizes HTTP inputs to UTF-8 NFC
  12  }


Generated: Wed Sep 7 05:41:13 2022 Chilli.vc Blog - For Webmaster,Blog-Writer,System Admin and Domainer