polyfills / mb-ucfirst-lcfirst
PHP: Provides a user-land polyfill for `mb_ucfirst` and `mb_lcfirst` functions added in PHP 8.4.
Installs: 210
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 1
Open Issues: 0
pkg:composer/polyfills/mb-ucfirst-lcfirst
README
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.