@@ 1362-1370 (lines=9) @@ | ||
1359 | * @param $option |
|
1360 | * @return string |
|
1361 | */ |
|
1362 | public function mb_convert_kana($str, $option) |
|
1363 | { |
|
1364 | // convert_kana ¤Î½èÍý¤Ï¡¢ÆüËܸì¤Ç¤Î¤ß¹Ô¤¦ |
|
1365 | if ($this->language !== 'japanese' || !function_exists('mb_convert_kana')) { |
|
1366 | return $str; |
|
1367 | } else { |
|
1368 | return mb_convert_kana($str, $option); |
|
1369 | } |
|
1370 | } |
|
1371 | ||
1372 | // ¥µ¥Ë¥¿¥¤¥º´ØÏ¢¤Î´Ø¿ô (¥µ¥Ö¥¯¥é¥¹¤òºîÀ®¤¹¤ë»þ¤ÎOverrideÂоÝ) |
|
1373 |
@@ 4470-4478 (lines=9) @@ | ||
4467 | * @param $option |
|
4468 | * @return string |
|
4469 | */ |
|
4470 | public function mb_convert_kana($str, $option) |
|
4471 | { |
|
4472 | // convert_kana �ν���ϡ����ܸ�ǤΤ߹Ԥ� |
|
4473 | if ($this->language !== 'japanese' || !function_exists('mb_convert_kana')) { |
|
4474 | return $str; |
|
4475 | } else { |
|
4476 | return mb_convert_kana($str, $option); |
|
4477 | } |
|
4478 | } |
|
4479 | ||
4480 | /*******************************************************************/ |
|
4481 | /* ���˥�������Ϣ�δؿ� (���֥��饹������������Override�о�) */ |