{"id":12773,"date":"2021-06-15T21:00:47","date_gmt":"2021-06-16T02:00:47","guid":{"rendered":"httpss:\/\/www.powenko.com\/wordpress\/docs\/php\/array\/object-init\/"},"modified":"2021-06-15T21:11:51","modified_gmt":"2021-06-16T02:11:51","slug":"object-init","status":"publish","type":"docs","link":"https:\/\/www.powenko.com\/wordpress\/?docs=php\/array\/object-init","title":{"rendered":"Object init and Array init"},"content":{"rendered":"<pre class=\"brush: plain; title: ; notranslate\" title=\"\">&lt;\/pre&gt;\r\n&lt;?php\r\n\r\n$object = (object) &#x5B;\r\n'first' =&gt; 'Powen',\r\n'last' =&gt; 'Ko',\r\n];\r\n\r\n$object-&gt;age=20;\r\nvar_dump($object);\r\nprint($object-&gt;first);\r\n\r\n\/\/\/\/\/\/\/\/array\r\n$array1 = &#x5B;\r\n'first' =&gt; 'Powen',\r\n'last' =&gt; 'Ko',\r\n];\r\n$array1&#x5B;&quot;age&quot;]=20;\r\nvar_dump($array1);\r\nprint($array1&#x5B;&quot;first&quot;]);\r\n?&gt;\r\n&lt;pre&gt;<\/pre>\n<p>output:<\/p>\n<pre><code class=\"stdout ng-binding\">object(stdClass)#1 (3) {\r\n  [\"first\"]=&gt;\r\n  string(5) \"Powen\"\r\n  [\"last\"]=&gt;\r\n  string(2) \"Ko\"\r\n  [\"age\"]=&gt;\r\n  int(20)\r\n}\r\nPowenarray(3) {\r\n  [\"first\"]=&gt;\r\n  string(5) \"Powen\"\r\n  [\"last\"]=&gt;\r\n  string(2) \"Ko\"\r\n  [\"age\"]=&gt;\r\n  int(20)\r\n}\r\nPowen<\/code>\r\n\r\n\r\n&lt;iframe src=\"httpsss:\/\/paiza.io\/projects\/e\/Fcj4fw8Bi6niATTLjzMOag?theme=twilight\" width=\"100%\" height=\"500\" scrolling=\"no\" seamless=\"seamless\"&gt;&lt;\/iframe&gt;<\/pre>\n","protected":false},"featured_media":0,"parent":12743,"menu_order":2,"comment_status":"closed","ping_status":"closed","template":"","doc_tag":[],"class_list":["post-12773","docs","type-docs","status-publish","hentry"],"comment_count":0,"_links":{"self":[{"href":"https:\/\/www.powenko.com\/wordpress\/index.php?rest_route=\/wp\/v2\/docs\/12773"}],"collection":[{"href":"https:\/\/www.powenko.com\/wordpress\/index.php?rest_route=\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/www.powenko.com\/wordpress\/index.php?rest_route=\/wp\/v2\/types\/docs"}],"replies":[{"embeddable":true,"href":"https:\/\/www.powenko.com\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=12773"}],"version-history":[{"count":3,"href":"https:\/\/www.powenko.com\/wordpress\/index.php?rest_route=\/wp\/v2\/docs\/12773\/revisions"}],"predecessor-version":[{"id":12778,"href":"https:\/\/www.powenko.com\/wordpress\/index.php?rest_route=\/wp\/v2\/docs\/12773\/revisions\/12778"}],"up":[{"embeddable":true,"href":"https:\/\/www.powenko.com\/wordpress\/index.php?rest_route=\/wp\/v2\/docs\/12743"}],"next":[{"title":"object \u6dfb\u52a0\u5230array","link":"https:\/\/www.powenko.com\/wordpress\/?docs=php\/array\/object-%e6%b7%bb%e5%8a%a0%e5%88%b0array","href":"https:\/\/www.powenko.com\/wordpress\/index.php?rest_route=\/wp\/v2\/docs\/12757"}],"prev":[{"title":"obj \u521d\u59cb\u5316","link":"https:\/\/www.powenko.com\/wordpress\/?docs=php\/array\/obj-%e5%88%9d%e5%a7%8b%e5%8c%96","href":"https:\/\/www.powenko.com\/wordpress\/index.php?rest_route=\/wp\/v2\/docs\/12760"}],"wp:attachment":[{"href":"https:\/\/www.powenko.com\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=12773"}],"wp:term":[{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/www.powenko.com\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fdoc_tag&post=12773"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}