array(2) {
  ["color"]=>
  string(3) "red"
  ["model"]=>
  string(5) "Volvo"
}
 

对象转换为关联数组时,属性名变为键,属性值变为值。