普段つまずいたこと、勉強途中の覚え書き
$obj = new \stdClass();
$obj->attr = 'testKey';
$obj = (object) array( 'attr'=>'testKey' );
$obj = (object) array( '
attr'=>'
attr
testKey' );
testKey
0 件のコメント:
コメントを投稿