개발/php
Cannot use object of type stdClass as array
철권
2018. 7. 21. 11:02
728x90
Fatal error: Cannot use object of type stdClass as array in
C:\Users\Dail\software\abs.php on line 108
$result['context'];
To:
$result->context;
728x90
반응형