.. index:: single: Polyfill single: Iconv single: Components; Polyfill
This component provides a native PHP implementation of theiconv_*
functions to users who run PHP versions without theiconv
extension.
$ composer require symfony/polyfill-iconv
Once this component is installed in your application, you can use the following constants and functions, no matter if the PHP iconv extension is installed or not in your server. The only function not implemented in this component is :phpfunction:`ob_iconv_handler`.
ICONV_IMPL
(value ='Symfony'
)ICONV_VERSION
(value ='1.0'
)ICONV_MIME_DECODE_STRICT
(value =1
)ICONV_MIME_DECODE_CONTINUE_ON_ERROR
(value =2
)
These functions are always available:
- :phpfunction:`iconv`
- :phpfunction:`iconv_get_encoding`
- :phpfunction:`iconv_set_encoding`
- :phpfunction:`iconv_mime_encode`
- :phpfunction:`iconv_mime_decode_headers`
These functions are only available when the mbstring
or the xml
extension are installed: