function mb strimwidth H722APS245OTP6ISD37KI5GMBSRKPNXRCCHQWWA


mb_strimwidthPodręcznik PHPPoprzedniNastępnymb_strimwidth (PHP 4 >= 4.0.6)mb_strimwidth -- Get truncated string with specified widthDescriptionstring mb_strimwidth (string str, int start, int width, string trimmarker [, 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_strimwidth() truncates string str to specified width. It returns truncated string. If trimmarker is set, trimmarker is appended to return value. start is start position offset. Number of characters from the beginning of string. (First character is 0) trimmarker is string that is added to the end of string when string is truncated. encoding is character encoding. If it is omitted, internal encoding is used. Przykład 1. mb_strimwidth() example$str = mb_strimwidth($str, 0, 40, "..>"); See also: mb_strwidth(), mb_internal_encoding(). PoprzedniSpis treściNastępnymb_strwidthPoczątek rozdziałumb_convert_encoding

Wyszukiwarka

Podobne podstrony:
function mb strimwidth
function mb http output
function mb http output
function mb parse str
function mb strpos
function mb preferred mime name
function mb strlen
function mb detect order
function mb encode numericentity
function mb strwidth
function mb substitute character
function mb convert kana
function mb strrpos
function mb encode mimeheader
function mb convert variables
function mb split
function mb ereg search getregs
function mb strtoupper

więcej podobnych podstron