function mb internal encoding FE2U6XZ2TBUOW45YQJHEURMUDKWURVJG3L43KRA


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 encoding
function mb convert encoding
function mb detect encoding
function mb convert encoding
function mb detect encoding
function mb regex encoding
function mb strimwidth
function mb http output
function mb http output
function mb parse str
function mb strimwidth
function mb strpos
function mb preferred mime name
function mb strlen
function mb detect order
function mb encode numericentity

więcej podobnych podstron