Skip to content

Latest commit

 

History

History
50 lines (37 loc) · 1.24 KB

polyfill_apcu.rst

File metadata and controls

50 lines (37 loc) · 1.24 KB
.. index::
    single: Polyfill
    single: APC
    single: Components; Polyfill

The Symfony Polyfill / APCu Component

This component provides apcu_* functions and the APCUIterator class to users of the legacy APC extension.

Installation

$ composer require symfony/polyfill-apcu

Usage

Once this component is installed in your application, you can use the following classes and functions, no matter if the PHP APCu extension is installed or not in your server. The only requirement is to have installed at least the legacy APC extension.

Provided Classes

Provided Functions