var_dump()
print_r()
var_dump (変数);
$fruit =array("Apple", "Orange", 3); var_dump($fruit);
PageTop / Home / PHP入門 / リファレンス目次