PHP Doku:: Vordefinierte Konstanten - iconv.constants.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzUnterstützung menschlicher Sprache und ZeichenkodierungiconvVordefinierte Konstanten

Ein Service von Reinhard Neidl - Webprogrammierung.

iconv

<<Ressource-Typen

iconv Funktionen>>

Vordefinierte Konstanten

Since PHP 4.3.0 it is possible to identify at runtime which iconv implementation is adopted by this extension.
iconv constants
Name Type Description
ICONV_IMPL string The implementation name
ICONV_VERSION string The implementation version

Hinweis:

Writing implementation-dependent scripts with these constants is strongly discouraged.

Since PHP 5.0.0, the following constants are also available:
iconv constants available since PHP 5.0.0
Name Type Description
ICONV_MIME_DECODE_STRICT integer A bitmask used for iconv_mime_decode()
ICONV_MIME_DECODE_CONTINUE_ON_ERROR integer A bitmask used for iconv_mime_decode()


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)