The Symfony Polyfill / PHP 7.1 Component

This component provides some PHP 7.1 features to applications using earlierPHP versions.

Installation

  1. $ composer require symfony/polyfill-php71

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 7.1.

Provided Functions