Just add another key value like this $c=array("a"=>"blue","b"=>"green"); $c["d"]="red"; print_r($c);. Out put is. Array ( [a] => blue [b] ...
確定! 回上一頁