rocketman/polyfill-mb_sprintf

Polyfill for the mb_sprintf and mb_vsprintf functions

v1.2 2024-10-23 12:12 UTC

This package is auto-updated.

Last update: 2024-10-23 12:14:57 UTC


README

This provides polyfills for the mb_sprintf and mb_vsprintf functions.

The code is authored by Viktor Söderqvist viktor@textalk.se. Upstream source code and documentation can be found here: https://www.php.net/manual/en/function.sprintf.php#89020

Installation with Composer

If you are using composer to manage dependencies, you can use

$ composer require rocketman/polyfill-mb_sprintf:1.0

or you can include the following in your composer.json file:

{
    "require": {
        "rocketman/polyfill-mb_sprintf": "^1.0"
    }
}