Answers for "Fatal error: Cannot use object of type stdClass as array in"

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 "Fatal error: Cannot use object of type stdClass as array in"

Browse Popular Code Answers by Language