偏差値40からのはてなブログ生活

頑張って書いてみる

配列

$hai = array("hoge","fuga","piyo");
print($hai[1]);  // fugaが出力