PHP Classes

File: bootstrap.php

Recommend this page to a friend!
  Classes of Lars Moelleken   Portable UTF-8   bootstrap.php   Download  
File: bootstrap.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Portable UTF-8
Manipulate UTF-8 text strings in pure PHP
Author: By
Last change: [!]: removed "deprecated" methods
[*]: fix code style only
Date: 2 years ago
Size: 154 bytes
 

Contents

Class file image Download
<?php

use voku\helper\Bootup;
use
voku\helper\UTF8;

Bootup::initAll(); // Enables UTF-8 for PHP
UTF8::checkForSupport(); // Check UTF-8 support for PHP