function mb substitute character DLHEFMVRSUMHGUTWD6RFLSWEQ2IKW5C2MN6CZXQ


mb_substitute_characterPodręcznik PHPPoprzedniNastępnymb_substitute_character (PHP 4 >= 4.0.6)mb_substitute_character -- Set/Get substitution characterDescriptionmixed mb_substitute_character ([mixed substrchar])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_substitute_character() specifies substitution character when input character encoding is invalid or character code is not exist in output character encoding. Invalid characters may be substituted NULL(no output), string or integer value (Unicode character code value). This setting affects mb_detect_encoding() and mb_send_mail(). substchar : Specify Unicode value as integer or specify as string as follows "none" : no output "long" : Output character code value (Example: U+3000,JIS+7E7E) Return Value: If substchar is set, it returns TRUE for success, otherwise returns FALSE. If substchar is not set, it returns Unicode value or "none"/"long". Przykład 1. mb_substitute_character() example/* Set with Unicode U+3013 (GETA MARK) */ mb_substitute_character(0x3013); /* Set hex format */ mb_substitute_character("long"); /* Display current setting */ echo mb_substitute_character(); PoprzedniSpis treściNastępnymb_detect_orderPoczątek rozdziałumb_output_handler

Wyszukiwarka

Podobne podstrony:
function mb substitute character
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
function mb strwidth
function mb convert kana
function mb strrpos
function mb encode mimeheader
function xml set character data handler
function mb convert variables
function mb split

więcej podobnych podstron