The easiest way is to JSON-encode your object and then decode it back to an array: $array = json_decode(json_encode($object), true);.
確定! 回上一頁