{"id":67,"date":"2008-01-13T20:04:24","date_gmt":"2008-01-13T15:04:24","guid":{"rendered":"http:\/\/codeinmybug.wordpress.com\/2008\/01\/13\/proposal-for-a-new-array-syntax-in-php\/"},"modified":"2008-05-09T11:44:57","modified_gmt":"2008-05-09T06:14:57","slug":"proposal-for-a-new-array-syntax-in-php","status":"publish","type":"post","link":"https:\/\/projectbee.org\/blog\/archive\/proposal-for-a-new-array-syntax-in-php\/","title":{"rendered":"Proposal for a new Array Syntax in PHP"},"content":{"rendered":"<p><img loading=\"lazy\" decoding=\"async\" class=\"alignright\" style=\"float: right;\" src=\"http:\/\/projectbee.org\/blog\/wp-content\/uploads\/2008\/01\/php.gif\" alt=\"PHP Logo\" width=\"129\" height=\"72\" align=\"right\" \/>A new array syntax has been proposed (for quite some time) for defining arrays in PHP. Currently, we use <a href=\"http:\/\/in2.php.net\/manual\/en\/function.array.php\">array()<\/a> construct to create an array. Some examples could be:<\/p>\n<blockquote><p><em>$myArray = array(1, 2, 3, 4, 5);<br \/>\n$yourArray = array(1 =&gt; &#8220;one&#8221;, 2 =&gt; &#8220;two&#8221;, &#8220;three&#8221;);<br \/>\n$herArray = array(1, 2, 3, array(4 =&gt; &#8220;four&#8221;, &#8220;five&#8221;));<\/em><\/p><\/blockquote>\n<p>The proposal is to use square brackets ( <strong>[ ] <\/strong>) to define an array. If passed, we would be able rewrite the above examples as:<\/p>\n<blockquote><p><em><br \/>\n$myArray = [1, 2, 3, 4, 5];<br \/>\n$yourArray = [1 =&gt; &#8220;one&#8221;, 2 =&gt; &#8220;two&#8221;, &#8220;three&#8221;);<br \/>\n$herArray = [1, 2, 3, [4 =&gt; &#8220;four&#8221;, &#8220;five&#8221;]];<\/em><\/p><\/blockquote>\n<p>There&#8217;s a good deal of discussion going on in the internal mailing list with almost equal number of people voting &#8220;for&#8221; and &#8220;against&#8221; it. <a href=\"http:\/\/aspn.activestate.com\/ASPN\/Mail\/Message\/php-Dev\/3598121\">Rasmus, isn&#8217;t not very supportive, yet has voted for the new proposal<\/a>.<\/p>\n<p>To be pretty honest, I am still not very sure if it&#8217;s going to be worth the trade-offs.<br \/>\nAnyhoo! Let&#8217;s wait and watch. \ud83d\ude42<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A new array syntax has been proposed (for quite some time) for defining arrays in PHP. Currently, we use array() construct to create an array. Some examples could be: $myArray = array(1, 2, 3, 4, 5); $yourArray = array(1 =&gt; &#8220;one&#8221;, 2 =&gt; &#8220;two&#8221;, &#8220;three&#8221;); $herArray = array(1, 2, 3, array(4 =&gt; &#8220;four&#8221;, &#8220;five&#8221;)); The &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/projectbee.org\/blog\/archive\/proposal-for-a-new-array-syntax-in-php\/\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;Proposal for a new Array Syntax in PHP&#8221;<\/span><\/a><\/p>\n","protected":false},"author":6,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_feature_clip_id":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":false,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2},"jetpack_post_was_ever_published":false},"categories":[38,43,140],"tags":[217,220,141],"class_list":["post-67","post","type-post","status-publish","format-standard","hentry","category-news","category-php","category-programming","tag-code","tag-education","tag-rasmus"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.10 - aioseo.com -->\n\t<meta name=\"description\" content=\"A new array syntax has been proposed (for quite some time) for defining arrays in PHP. Currently, we use array() construct to create an array. Some examples could be: $myArray = array(1, 2, 3, 4, 5); $yourArray = array(1 =&gt; &quot;one&quot;, 2 =&gt; &quot;two&quot;, &quot;three&quot;); $herArray = array(1, 2, 3, array(4 =&gt; &quot;four&quot;, &quot;five&quot;)); The\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Bipin Upadhyay\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/projectbee.org\/blog\/archive\/proposal-for-a-new-array-syntax-in-php\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.10\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Code in my Bug! | Bipin&#039;s experiments with life, society, programming, hacking, &amp; other stuff\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Proposal for a new Array Syntax in PHP | Code in my Bug!\" \/>\n\t\t<meta property=\"og:description\" content=\"A new array syntax has been proposed (for quite some time) for defining arrays in PHP. Currently, we use array() construct to create an array. Some examples could be: $myArray = array(1, 2, 3, 4, 5); $yourArray = array(1 =&gt; &quot;one&quot;, 2 =&gt; &quot;two&quot;, &quot;three&quot;); $herArray = array(1, 2, 3, array(4 =&gt; &quot;four&quot;, &quot;five&quot;)); The\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/projectbee.org\/blog\/archive\/proposal-for-a-new-array-syntax-in-php\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2008-01-13T15:04:24+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2008-05-09T06:14:57+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Proposal for a new Array Syntax in PHP | Code in my Bug!\" \/>\n\t\t<meta name=\"twitter:description\" content=\"A new array syntax has been proposed (for quite some time) for defining arrays in PHP. Currently, we use array() construct to create an array. Some examples could be: $myArray = array(1, 2, 3, 4, 5); $yourArray = array(1 =&gt; &quot;one&quot;, 2 =&gt; &quot;two&quot;, &quot;three&quot;); $herArray = array(1, 2, 3, array(4 =&gt; &quot;four&quot;, &quot;five&quot;)); The\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/projectbee.org\\\/blog\\\/archive\\\/proposal-for-a-new-array-syntax-in-php\\\/#article\",\"name\":\"Proposal for a new Array Syntax in PHP | Code in my Bug!\",\"headline\":\"Proposal for a new Array Syntax in PHP\",\"author\":{\"@id\":\"https:\\\/\\\/projectbee.org\\\/blog\\\/archive\\\/author\\\/bipinu\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/projectbee.org\\\/blog\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"http:\\\/\\\/projectbee.org\\\/blog\\\/wp-content\\\/uploads\\\/2008\\\/01\\\/php.gif\",\"@id\":\"https:\\\/\\\/projectbee.org\\\/blog\\\/archive\\\/proposal-for-a-new-array-syntax-in-php\\\/#articleImage\"},\"datePublished\":\"2008-01-13T20:04:24+02:00\",\"dateModified\":\"2008-05-09T11:44:57+02:00\",\"inLanguage\":\"en-US\",\"commentCount\":2,\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/projectbee.org\\\/blog\\\/archive\\\/proposal-for-a-new-array-syntax-in-php\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/projectbee.org\\\/blog\\\/archive\\\/proposal-for-a-new-array-syntax-in-php\\\/#webpage\"},\"articleSection\":\"news, php, programming, code, education, rasmus\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/projectbee.org\\\/blog\\\/archive\\\/proposal-for-a-new-array-syntax-in-php\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/projectbee.org\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/projectbee.org\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/projectbee.org\\\/blog\\\/archive\\\/category\\\/news\\\/#listItem\",\"name\":\"news\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/projectbee.org\\\/blog\\\/archive\\\/category\\\/news\\\/#listItem\",\"position\":2,\"name\":\"news\",\"item\":\"https:\\\/\\\/projectbee.org\\\/blog\\\/archive\\\/category\\\/news\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/projectbee.org\\\/blog\\\/archive\\\/proposal-for-a-new-array-syntax-in-php\\\/#listItem\",\"name\":\"Proposal for a new Array Syntax in PHP\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/projectbee.org\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/projectbee.org\\\/blog\\\/archive\\\/proposal-for-a-new-array-syntax-in-php\\\/#listItem\",\"position\":3,\"name\":\"Proposal for a new Array Syntax in PHP\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/projectbee.org\\\/blog\\\/archive\\\/category\\\/news\\\/#listItem\",\"name\":\"news\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/projectbee.org\\\/blog\\\/#organization\",\"name\":\"Code in my Bug!\",\"description\":\"Bipin's experiments with life, society, programming, hacking, & other stuff\",\"url\":\"https:\\\/\\\/projectbee.org\\\/blog\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/projectbee.org\\\/blog\\\/archive\\\/author\\\/bipinu\\\/#author\",\"url\":\"https:\\\/\\\/projectbee.org\\\/blog\\\/archive\\\/author\\\/bipinu\\\/\",\"name\":\"Bipin Upadhyay\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/projectbee.org\\\/blog\\\/archive\\\/proposal-for-a-new-array-syntax-in-php\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/0cbcf466ee2121969cf17f09ff0339a10196172f82611bf4c43d2fe67c8b4c97?s=96&d=monsterid&r=pg\",\"width\":96,\"height\":96,\"caption\":\"Bipin Upadhyay\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/projectbee.org\\\/blog\\\/archive\\\/proposal-for-a-new-array-syntax-in-php\\\/#webpage\",\"url\":\"https:\\\/\\\/projectbee.org\\\/blog\\\/archive\\\/proposal-for-a-new-array-syntax-in-php\\\/\",\"name\":\"Proposal for a new Array Syntax in PHP | Code in my Bug!\",\"description\":\"A new array syntax has been proposed (for quite some time) for defining arrays in PHP. Currently, we use array() construct to create an array. Some examples could be: $myArray = array(1, 2, 3, 4, 5); $yourArray = array(1 => \\\"one\\\", 2 => \\\"two\\\", \\\"three\\\"); $herArray = array(1, 2, 3, array(4 => \\\"four\\\", \\\"five\\\")); The\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/projectbee.org\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/projectbee.org\\\/blog\\\/archive\\\/proposal-for-a-new-array-syntax-in-php\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/projectbee.org\\\/blog\\\/archive\\\/author\\\/bipinu\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/projectbee.org\\\/blog\\\/archive\\\/author\\\/bipinu\\\/#author\"},\"datePublished\":\"2008-01-13T20:04:24+02:00\",\"dateModified\":\"2008-05-09T11:44:57+02:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/projectbee.org\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/projectbee.org\\\/blog\\\/\",\"name\":\"Code in my Bug!\",\"description\":\"Bipin's experiments with life, society, programming, hacking, & other stuff\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/projectbee.org\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Proposal for a new Array Syntax in PHP | Code in my Bug!","description":"A new array syntax has been proposed (for quite some time) for defining arrays in PHP. Currently, we use array() construct to create an array. Some examples could be: $myArray = array(1, 2, 3, 4, 5); $yourArray = array(1 => \"one\", 2 => \"two\", \"three\"); $herArray = array(1, 2, 3, array(4 => \"four\", \"five\")); The","canonical_url":"https:\/\/projectbee.org\/blog\/archive\/proposal-for-a-new-array-syntax-in-php\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/projectbee.org\/blog\/archive\/proposal-for-a-new-array-syntax-in-php\/#article","name":"Proposal for a new Array Syntax in PHP | Code in my Bug!","headline":"Proposal for a new Array Syntax in PHP","author":{"@id":"https:\/\/projectbee.org\/blog\/archive\/author\/bipinu\/#author"},"publisher":{"@id":"https:\/\/projectbee.org\/blog\/#organization"},"image":{"@type":"ImageObject","url":"http:\/\/projectbee.org\/blog\/wp-content\/uploads\/2008\/01\/php.gif","@id":"https:\/\/projectbee.org\/blog\/archive\/proposal-for-a-new-array-syntax-in-php\/#articleImage"},"datePublished":"2008-01-13T20:04:24+02:00","dateModified":"2008-05-09T11:44:57+02:00","inLanguage":"en-US","commentCount":2,"mainEntityOfPage":{"@id":"https:\/\/projectbee.org\/blog\/archive\/proposal-for-a-new-array-syntax-in-php\/#webpage"},"isPartOf":{"@id":"https:\/\/projectbee.org\/blog\/archive\/proposal-for-a-new-array-syntax-in-php\/#webpage"},"articleSection":"news, php, programming, code, education, rasmus"},{"@type":"BreadcrumbList","@id":"https:\/\/projectbee.org\/blog\/archive\/proposal-for-a-new-array-syntax-in-php\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/projectbee.org\/blog#listItem","position":1,"name":"Home","item":"https:\/\/projectbee.org\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/projectbee.org\/blog\/archive\/category\/news\/#listItem","name":"news"}},{"@type":"ListItem","@id":"https:\/\/projectbee.org\/blog\/archive\/category\/news\/#listItem","position":2,"name":"news","item":"https:\/\/projectbee.org\/blog\/archive\/category\/news\/","nextItem":{"@type":"ListItem","@id":"https:\/\/projectbee.org\/blog\/archive\/proposal-for-a-new-array-syntax-in-php\/#listItem","name":"Proposal for a new Array Syntax in PHP"},"previousItem":{"@type":"ListItem","@id":"https:\/\/projectbee.org\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/projectbee.org\/blog\/archive\/proposal-for-a-new-array-syntax-in-php\/#listItem","position":3,"name":"Proposal for a new Array Syntax in PHP","previousItem":{"@type":"ListItem","@id":"https:\/\/projectbee.org\/blog\/archive\/category\/news\/#listItem","name":"news"}}]},{"@type":"Organization","@id":"https:\/\/projectbee.org\/blog\/#organization","name":"Code in my Bug!","description":"Bipin's experiments with life, society, programming, hacking, & other stuff","url":"https:\/\/projectbee.org\/blog\/"},{"@type":"Person","@id":"https:\/\/projectbee.org\/blog\/archive\/author\/bipinu\/#author","url":"https:\/\/projectbee.org\/blog\/archive\/author\/bipinu\/","name":"Bipin Upadhyay","image":{"@type":"ImageObject","@id":"https:\/\/projectbee.org\/blog\/archive\/proposal-for-a-new-array-syntax-in-php\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/0cbcf466ee2121969cf17f09ff0339a10196172f82611bf4c43d2fe67c8b4c97?s=96&d=monsterid&r=pg","width":96,"height":96,"caption":"Bipin Upadhyay"}},{"@type":"WebPage","@id":"https:\/\/projectbee.org\/blog\/archive\/proposal-for-a-new-array-syntax-in-php\/#webpage","url":"https:\/\/projectbee.org\/blog\/archive\/proposal-for-a-new-array-syntax-in-php\/","name":"Proposal for a new Array Syntax in PHP | Code in my Bug!","description":"A new array syntax has been proposed (for quite some time) for defining arrays in PHP. Currently, we use array() construct to create an array. Some examples could be: $myArray = array(1, 2, 3, 4, 5); $yourArray = array(1 => \"one\", 2 => \"two\", \"three\"); $herArray = array(1, 2, 3, array(4 => \"four\", \"five\")); The","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/projectbee.org\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/projectbee.org\/blog\/archive\/proposal-for-a-new-array-syntax-in-php\/#breadcrumblist"},"author":{"@id":"https:\/\/projectbee.org\/blog\/archive\/author\/bipinu\/#author"},"creator":{"@id":"https:\/\/projectbee.org\/blog\/archive\/author\/bipinu\/#author"},"datePublished":"2008-01-13T20:04:24+02:00","dateModified":"2008-05-09T11:44:57+02:00"},{"@type":"WebSite","@id":"https:\/\/projectbee.org\/blog\/#website","url":"https:\/\/projectbee.org\/blog\/","name":"Code in my Bug!","description":"Bipin's experiments with life, society, programming, hacking, & other stuff","inLanguage":"en-US","publisher":{"@id":"https:\/\/projectbee.org\/blog\/#organization"}}]},"og:locale":"en_US","og:site_name":"Code in my Bug! | Bipin's experiments with life, society, programming, hacking, &amp; other stuff","og:type":"article","og:title":"Proposal for a new Array Syntax in PHP | Code in my Bug!","og:description":"A new array syntax has been proposed (for quite some time) for defining arrays in PHP. Currently, we use array() construct to create an array. Some examples could be: $myArray = array(1, 2, 3, 4, 5); $yourArray = array(1 =&gt; &quot;one&quot;, 2 =&gt; &quot;two&quot;, &quot;three&quot;); $herArray = array(1, 2, 3, array(4 =&gt; &quot;four&quot;, &quot;five&quot;)); The","og:url":"https:\/\/projectbee.org\/blog\/archive\/proposal-for-a-new-array-syntax-in-php\/","article:published_time":"2008-01-13T15:04:24+00:00","article:modified_time":"2008-05-09T06:14:57+00:00","twitter:card":"summary","twitter:title":"Proposal for a new Array Syntax in PHP | Code in my Bug!","twitter:description":"A new array syntax has been proposed (for quite some time) for defining arrays in PHP. Currently, we use array() construct to create an array. Some examples could be: $myArray = array(1, 2, 3, 4, 5); $yourArray = array(1 =&gt; &quot;one&quot;, 2 =&gt; &quot;two&quot;, &quot;three&quot;); $herArray = array(1, 2, 3, array(4 =&gt; &quot;four&quot;, &quot;five&quot;)); The"},"aioseo_meta_data":{"post_id":"67","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"Article","isEnabled":true},"graphs":[]},"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2021-04-18 23:43:47","updated":"2025-06-04 01:07:10","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/projectbee.org\/blog\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/projectbee.org\/blog\/archive\/category\/news\/\" title=\"news\">news<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tProposal for a new Array Syntax in PHP\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/projectbee.org\/blog"},{"label":"news","link":"https:\/\/projectbee.org\/blog\/archive\/category\/news\/"},{"label":"Proposal for a new Array Syntax in PHP","link":"https:\/\/projectbee.org\/blog\/archive\/proposal-for-a-new-array-syntax-in-php\/"}],"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack_shortlink":"https:\/\/wp.me\/pf2XR-15","jetpack_sharing_enabled":true,"jetpack_likes_enabled":true,"_links":{"self":[{"href":"https:\/\/projectbee.org\/blog\/wp-json\/wp\/v2\/posts\/67","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/projectbee.org\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/projectbee.org\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/projectbee.org\/blog\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/projectbee.org\/blog\/wp-json\/wp\/v2\/comments?post=67"}],"version-history":[{"count":0,"href":"https:\/\/projectbee.org\/blog\/wp-json\/wp\/v2\/posts\/67\/revisions"}],"wp:attachment":[{"href":"https:\/\/projectbee.org\/blog\/wp-json\/wp\/v2\/media?parent=67"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/projectbee.org\/blog\/wp-json\/wp\/v2\/categories?post=67"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/projectbee.org\/blog\/wp-json\/wp\/v2\/tags?post=67"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}