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

This package is auto-updated.

Last update: 2024-04-12 04:03:16 UTC


README

A collection of PHP multi-byte string functions that are not present in the mb_string extension.

Build Status

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.