본문 바로가기

프로그래밍 일반/안드로이드 심화

[PHP] php에서 객체안에 변수들 echo 형태로 보기

stdClass는 $json->foo;로 보아야 하고

json은 $json['foo']의 형태로 보아야 한다.

https://cnpnote.tistory.com/entry/PHP%EC%97%90%EC%84%9C-stdClass-%EB%9E%80-%EB%AC%B4%EC%97%87%EC%9E%85%EB%8B%88%EA%B9%8C

 

PHP에서 stdClass 란 무엇입니까?

PHP에서 stdClass 란 무엇입니까? stdClass가 무엇인지 정의하십시오. 해결법 ============================== 1. stdClass는 PHP의 일반적인 빈 클래스로 Java의 Object 또는 Python의 객체와 비슷합니다 (편집 :..

cnpnote.tistory.com