Skip to content

Latest commit

 

History

History
51 lines (37 loc) · 1.11 KB

polyfill_php70.rst

File metadata and controls

51 lines (37 loc) · 1.11 KB
.. index::
    single: Polyfill
    single: PHP
    single: Components; Polyfill

The Symfony Polyfill / PHP 7.0 Component

This component provides some PHP 7.0 features to applications using earlier PHP versions.

Installation

$ composer require symfony/polyfill-php70

Usage

Once this component is installed in your application, you can use the following constants, classes and functions, no matter if your PHP version is earlier than PHP 7.0.

Provided Constants

  • PHP_INT_MIN (value = ~PHP_INT_MAX)

Provided Classes

Provided Functions