The Symfony Polyfill / PHP 5.6 Component
This component provides some PHP 5.6 features to applications using earlierPHP versions.
Installation
- $ composer require symfony/polyfill-php56
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 followingconstants and functions, no matter if your PHP version is earlier than PHP 5.6.
Provided Constants
LDAP_ESCAPE_FILTER
(value =1
)LDAP_ESCAPE_DN
(value =2
)