Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 952 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 952 Bytes

mb_ucfirst and mb_lcfirst polyfills

Latest Stable Version License PHP Version Require

Provides user-land PHP polyfills for the mb_ucfirst and mb_ucfirst functions added in PHP 8.4.

Requires PHP 8.1 or newer with mbstring extension.

Installation

composer require polyfills/mb-ucfirst-lcfirst

Usage

Simply use the mb_ucfirst and mb_ucfirst functions as if they were declared already.

Contributions

Contributions are welcome either as a GitHub issue or a PR to this repo.