![]() |
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.
Return Value:This mb_convert_kana() function returns the converted string. Program 1: The following program demonstrates the mb_convert_kana() function. PHP
Output
Hello, world! Program 2: The following program demonstrates the mb_convert_kana() function. PHP
Output
12345 Program 3: The following program demonstrates the mb_convert_kana() function. PHP
Output
Hello, world! こんにちは、世界! 12345 Geeks for Geeks Reference: https://www.php.net/manual/en/function.mb-convert-kana.php |
Reffered: https://www.geeksforgeeks.org
PHP |
Related |
---|
![]() |
![]() |
![]() |
![]() |
![]() |
Type: | Geek |
Category: | Coding |
Sub Category: | Tutorial |
Uploaded by: | Admin |
Views: | 11 |