Answers for "cannot use object of type stdclass as array in lumen"

PHP
6

cannot use object of type stdclass as array

$obj_user = json_decode($user, true);

use json_decode($obj, true); 	// add true
Posted by: Guest on January-27-2021

Code answers related to "cannot use object of type stdclass as array in lumen"

Browse Popular Code Answers by Language