Last active
May 5, 2017 04:06
-
-
Save enqtran/087d07d9a1baaacbea4d2ea36b82c2da to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $arr_name_kana = array( | |
| 'あ' => array('あ', 'い', 'う', 'え', 'お', 'ア', 'イ', 'ウ', 'エ', 'オ'), | |
| 'か' => array('か', 'き', 'く', 'け', 'こ', 'カ', 'キ', 'ク', 'ケ', 'コ'), | |
| 'さ' => array('さ', 'し', 'す', 'せ', 'そ', 'サ', 'シ', 'ス', 'セ', 'ソ'), | |
| 'た' => array('た', 'ち', 'つ', 'て', 'と', 'タ', 'チ', 'ツ', 'テ', 'ト'), | |
| 'な' => array('な', 'に', 'ぬ', 'ね', 'の', 'ナ', 'ニ', 'ヌ', 'ネ', 'ノ'), | |
| 'は' => array('は', 'ひ', 'ふ', 'へ', 'ほ', 'ハ', 'ヒ', 'フ', 'ヘ', 'ホ'), | |
| 'ま' => array('ま', 'み', 'む', 'め', 'も', 'マ', 'ミ', 'ム', 'メ', 'モ'), | |
| 'や' => array('や', 'ゆ', 'よ', 'ヤ', 'ユ', 'ヨ'), | |
| 'ら' => array('ら', 'り', 'る', 'れ', 'ろ', 'ラ', 'リ', 'ル', 'レ', 'ロ'), | |
| 'わ' => array('わ', 'ワ'), | |
| ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment