mb_internal_encodingPodręcznik PHPPoprzedniNastępnymb_internal_encoding (PHP 4 >= 4.0.6)mb_internal_encoding --
Set/Get internal character encoding
Descriptionstring
mb_internal_encoding ([string
encoding])OstrzeżenieTa funkcja jest w stadium
EKSPERYMENTALNYM. Oznacza to, że zachowanie funkcji, jej
nazwa, w zasadzie wszystko udokumentowane tutaj może zostać zmienione w
przyszłych wersjach PHP bez wcześniejszego uprzedzenia. Używaj tej funkcji na
własne ryzyko.
mb_internal_encoding() sets internal character
encoding to encoding If parameter is
omitted, it returns current internal encoding.
encoding is used for HTTP input character
encoding conversion, HTTP output character encoding conversion
and default character encoding for string functions defined by
mbstring module.
encoding: Character encoding name
Return Value: If encoding is
set,mb_internal_encoding() returns
TRUE for success, otherwise returns
FALSE. If encoding is
omitted, it returns current character encoding name.
Przykład 1. mb_internal_encoding() example/* Set internal character encoding to UTF-8 */
mb_internal_encoding("UTF-8");
/* Display current internal character encoding */
echo mb_internal_encoding();
See also mb_http_input(),
mb_http_output(),
mb_detect_order().
PoprzedniSpis treściNastępnymb_parse_strPoczątek rozdziałumb_http_input
Wyszukiwarka
Podobne podstrony:
function mb internal encodingfunction mb convert encodingfunction mb detect encodingfunction mb convert encodingfunction mb detect encodingfunction mb regex encodingfunction mb strimwidthfunction mb http outputfunction mb http outputfunction mb parse strfunction mb strimwidthfunction mb strposfunction mb preferred mime namefunction mb strlenfunction mb detect orderfunction mb encode numericentitywięcej podobnych podstron