[ Index ]

PHP Cross Reference of phpBB-3.2.11-deutsch

title

Body

[close]

/vendor/patchwork/utf8/src/Patchwork/Utf8/Bootup/ -> utf8_encode.php (source)

   1  <?php
   2  
   3  /*
   4   * Copyright (C) 2016 Nicolas Grekas - p@tchwork.com
   5   *
   6   * This library is free software; you can redistribute it and/or modify it
   7   * under the terms of the (at your option):
   8   * Apache License v2.0 (http://apache.org/licenses/LICENSE-2.0.txt), or
   9   * GNU General Public License v2.0 (http://gnu.org/licenses/gpl-2.0.txt).
  10   */
  11  
  12  use Patchwork\PHP\Shim as s;
  13  
  14  @trigger_error('You are using a fallback implementation of the xml extension. Installing the native one is highly recommended instead.', E_USER_DEPRECATED);
  15  
  16  function utf8_encode($s) {return s\Xml::utf8_encode($s);}
  17  function utf8_decode($s) {return s\Xml::utf8_decode($s);}


Generated: Wed Nov 11 20:33:01 2020 Cross-referenced by PHPXref 0.7.1