The Symfony Polyfill / PHP 5.4 Component
This component provides some PHP 5.4 features to applications using earlierPHP versions.
Installation
- $ composer require symfony/polyfill-php54
Note
If you install this component outside of a Symfony application, you mustrequire the vendor/autoload.php
file in your code to enable the classautoloading mechanism provided by Composer. Readthis article for more details.
Usage
Once this component is installed in your application, you can use the followingfunctions, no matter if your PHP version is earlier than PHP 5.4.