Struggling with this problem for an hour now and searched both stackoverflow and google and couldn't find an answer that helped. I have the following from xdebug
:
- list (array)
-[0] (object)
---id (string)
---proj_name (string)
---proj_desc (string)
I am trying to pull out the value of id
. Can anyone tell me how to do this? Thank you.