それで、これがMySQLの私のデータベースの階層であるとしましょう。
Database: Example
Table: Test
Row 1
Column 1 ("one"): Whatever
Column 2 ("two"): Something
Column 3 ("three"): Test
Row 2
Column 1 ("one"): Blah
Column 2 ("two"): Testing
Column 3 ("three"): Yup
列の値を持つ配列を返すにはどうすればよいone
ですか?
配列は次のようになります。
Array ( [0] => Whatever [1] => Blah )