Searched refs:mb_convert_case (Results 1 – 3 of 3) sorted by relevance
7 function_exists('mb_convert_case' ) or die("skip mb_convert_case() is not available");17 print mb_convert_case( "���\n", MB_CASE_TITLE );
92 PHP_FUNCTION(mb_convert_case);
520 PHP_FE(mb_convert_case, arginfo_mb_convert_case)3274 PHP_FUNCTION(mb_convert_case) in PHP_FUNCTION() argument
Completed in 17 milliseconds