【PHP】エラーメッセージ:Object of class stdClass could not be converted to string【エラー】


PHPエラーメッセージObject of class stdClass could not be converted to stringが表示される。

stdClassをStringに変換しようとすると発生するエラー。
var_dump()やecho()では表示できないので、こちらを使用する。

var_export($obj, true)