Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

cannot use object of type stdclass as array

$obj_user = json_decode($user, true);

use json_decode($obj, true); 	// add true
 
PREVIOUS NEXT
Tagged: #object #type #stdclass #array
ADD COMMENT
Topic
Name
2+3 =