intahwebz / mb_extra
A collection of PHP multi-byte string functions that are not present in the mb_string extension.
1.0.0
2013-10-11 20:18 UTC
Requires (Dev)
- phpunit/phpunit: ~3.7
This package is auto-updated.
Last update: 2024-11-12 05:16:32 UTC
README
A collection of PHP multi-byte string functions that are not present in the mb_string extension.
How to use
Either:
-
require_once the file
mb_extra/src/Intahwebz/MBExtra/Functions.php
from the vendors directory. -
Call
\Intahwebz\MBExtra\Functions::load();
which invoke Composer's autoloader to magically insert the functions into the current PHP process.