PHP Dokumentation: Unicode configuration
12. Januar 2010 von werner
Laufzeit-Konfiguration
Das Verhalten dieser Funktionen wirddurch Einstellungen in der php.ini beeinflusst.
| Name | Default | Changeable | Changelog |
|---|---|---|---|
| unicode.fallback_encoding | NULL | PHP_INI_ALL | Available since PHP 6.0.0. |
| unicode.from_error_mode | "2" | PHP_INI_ALL | Available since PHP 6.0.0. |
| unicode.from_error_subst_char | "3f" | PHP_INI_ALL | Available since PHP 6.0.0. |
| unicode.http_input_encoding | NULL | PHP_INI_ALL | Available since PHP 6.0.0. |
| unicode.output_encoding | NULL | PHP_INI_ALL | Available since PHP 6.0.0. |
| unicode.runtime_encoding | NULL | PHP_INI_ALL | Available since PHP 6.0.0. |
| unicode.script_encoding | NULL | PHP_INI_ALL | Available since PHP 6.0.0. |
Weitere Details und die Definitionen derPHP_INI_*-Konstanten finden Sie im php.php-dokumentation-ini Einstellungen.
Hier eine kurze Erklärung derKonfigurationsoptionen:
- unicode.output_encoding string
Default encoding for output.