mb_regex_encoding
(PHP 4 >= 4.2.0, PHP 5)
mb_regex_encoding — Returns current encoding for multibyte regex as string
Beschreibung
Returns the current encoding for a multibyte regex as a string.
Parameter-Liste
-
encoding -
Der
encodingParameter legt das Zeichenencoding fest. Wird er nicht übergeben so wird das interne Zeichenencoding genutzt.
Rückgabewerte
Returns the character encoding used by multibyte regex functions.
Siehe auch
- mb_internal_encoding() - Set/Get internal character encoding
- mb_ereg() - Regular expression match with multibyte support
mb_regex_encoding
There are no user contributed notes for this page.