<?php $a = array ('a' => 'apple', 'b' => 'banana', 'c' => array ('x','y','z')); print_r ($a); ?> </pre> 上邊的代碼將輸出:.
確定! 回上一頁