-2

I am getting this while print_r().

stdClass Object
(
    [0] => stdClass Object
        (
            [id] => 1
            [name] => Ramesh
            [cdate] => 2015-10-03 10:36:08
            [private] => 0
            [userid] => 1
            [subscriber_count] => 0
        )

    [result_code] => 1
    [result_message] => Success: Something is returned
    [result_output] => json
    [http_code] => 200
    [success] => 1
)

I have tried lot but no use. please help me

u_mulder
  • 54,101
  • 5
  • 48
  • 64
Ramesh
  • 121
  • 1
  • 2
  • 11

1 Answers1

1

try to use get_object_vars() this may help.

Prafulla Kumar Sahu
  • 9,321
  • 11
  • 68
  • 105