The code below shows how you can define a simple PHP array: ... To individual access the values: echo $arr['key']; // Prints value echo ...
確定! 回上一頁