<?php $arr = new stdClass; $arr->uid = 1; $arr->status = "complete"; $arr->order_id = 430; echo "Proof that the output is identical:\n"; print_r($arr); echo "\n"; echo "Order ID is: " . $arr->order_id;
You have javascript disabled. You will not be able to edit any code.