Welcome Guest, Not a member yet? Register   Sign In
How to get value from array? message: "Cannot use object of type stdClass as array"
#2

(This post was last modified: 10-02-2018, 02:56 AM by kaitenz. Edit Reason: Additional )

That's easy.

PHP Code:
$details->production_companies[0]->id;

// Or

$a = ($details->production_companies);
$a[0]->id
Reply


Messages In This Thread
RE: How to get value from array? message: "Cannot use object of type stdClass as ... - by kaitenz - 10-02-2018, 02:50 AM



Theme © iAndrew 2016 - Forum software by © MyBB