can i ask ? . I have class cURL POST into a website ( API Integration ) , and if i post with class. The result is (i use print_r) :
stdClass Object ( [order] => 200029 ) 1
How to grab [order] value?
You can use:
$yourVar->order;