UNICODE_MULTIBYTE
Definition
Description
Indicates that full unicode support with the PHP mbstring extension is being used.
Code
<?php
define('UNICODE_MULTIBYTE', 1);
?> Indicates that full unicode support with the PHP mbstring extension is being used.
<?php
define('UNICODE_MULTIBYTE', 1);
?>