Search Results
mb_convert_kana (PHP 4 >= 4.0.6, PHP 5, PHP 7, PHP 8) mb_convert_kana — Convert "kana" one from another ("zen-kaku", "han-kaku" and more)
Sep 28, 2023 · The mb_convert_kana () is an inbuilt function in PHP that is used to convert text into full-width and half-width. Syntax: mb_convert_kana($string, $mode, $encoding) : string Parameters: This function accepts three parameters that are described below. $string: This is the string that we want to convert using this function.
Simple usage example of `mb_convert_kana ()`. The mb_convert_kana function in PHP is used to convert "kana" characters from one form to another. It supports converting between "zen-kaku" (full-width) and "han-kaku" (half-width) characters, as well as other forms of kana conversions. This function can be handy when dealing with multilingual applications or when working with Japanese text.
mb_convert_kana () performs "han-kaku" - "zen-kaku" conversion for string str. It returns converted string. This function is only useful for Japanese.
mb_convert_kana (PHP 4 >= 4.0.6, PHP 5, PHP 7) mb_convert_kana — Convert "kana" one from another ("zen-kaku", "han-kaku" and more)
Performs a "han-kaku" - "zen-kaku" conversion for string str. This function is only useful for Japanese.
Examples of mb_convert_kana. Info and examples on mb_convert_kana PHP Function
