PHP Functions : Multibyte String Functions
Context of the notion in the technology: Document / Topc: PHP Functions
Related Keywords: PHP Functions Multibyte String Functions
Help URL: http://www.php.net/manual/en/ref.mbstring.php
Items Related to Multibyte String Functions
Inner Elements of Multibyte String Functions
Multibyte String Functions contains following items:
- mb_convert_case (mb convert case)
- mb_convert_encoding (mb convert encoding)
- mb_convert_kana (mb convert kana)
- mb_convert_variables (mb convert variables)
- mb_decode_mimeheader (mb decode mimeheader)
- mb_decode_numericentity (mb decode numericentity)
- mb_detect_encoding (mb detect encoding)
- mb_detect_order (mb detect order)
- mb_encode_mimeheader (mb encode mimeheader)
- mb_encode_numericentity (mb encode numericentity)
- mb_ereg_match (mb ereg match)
- mb_ereg_replace (mb ereg replace)
- mb_ereg_search_getpos (mb ereg search getpos)
- mb_ereg_search_getregs (mb ereg search getregs)
- mb_ereg_search_init (mb ereg search init)
- mb_ereg_search_pos (mb ereg search pos)
- mb_ereg_search_regs (mb ereg search regs)
- mb_ereg_search_setpos (mb ereg search setpos)
- mb_ereg_search (mb ereg search)
- mb_ereg (mb ereg)
- mb_eregi_replace (mb eregi replace)
- mb_eregi (mb eregi)
- mb_get_info (mb get info)
- mb_http_input (mb http input)
- mb_http_output (mb http output)
- mb_internal_encoding (mb internal encoding)
- mb_language (mb language)
- mb_list_encodings (mb list encodings)
- mb_output_handler (mb output handler)
- mb_parse_str (mb parse str)
- mb_preferred_mime_name (mb preferred mime name)
- mb_regex_encoding (mb regex encoding)
- mb_regex_set_options (mb regex set options)
- mb_send_mail (mb send mail)
- mb_split (mb split)
- mb_strcut (mb strcut)
- mb_strimwidth (mb strimwidth)
- mb_strlen (mb strlen)
- mb_strpos (mb strpos)
- mb_strrpos (mb strrpos)
- mb_strtolower (mb strtolower)
- mb_strtoupper (mb strtoupper)
- mb_strwidth (mb strwidth)
- mb_substitute_character (mb substitute character)
- mb_substr_count (mb substr count)
- mb_substr (mb substr)
PHP is a scripted programming language that can be used to create websites. Short for "PHP: Hypertext Preprocessor" (the initials actually come from the earliest version of the program, which was called "Personal Home Page" but in their current form, constitute a recursive acronym), it is an open-source, reflective programming language used mainly for developing server-side applications and dynamic web content, and more recently, a broader range of software applications. For example, MediaWiki, the software behind Wikipedia, is written in PHP.PHP allows interaction with a large number of relational database management systems, such as MySQL, Oracle, IBM DB2, Microsoft SQL Server, PostgreSQL, Firebird and SQLite. PHP runs on most major operating systems, including Unix, Linux, Netware, Windows, and Mac OS X, and can interact with many major web servers. -- wikipedia.org
|