{"id":4405,"date":"2023-06-29T08:00:15","date_gmt":"2023-06-29T12:00:15","guid":{"rendered":"https:\/\/www.canspace.ca\/blog\/?p=4405"},"modified":"2023-06-20T10:14:52","modified_gmt":"2023-06-20T14:14:52","slug":"whats-new-in-php-8-3","status":"publish","type":"post","link":"https:\/\/www.canspace.ca\/blog\/hosting-servers\/whats-new-in-php-8-3\/","title":{"rendered":"What\u2019s New in PHP 8.3?"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">PHP is one of the most popular programming languages for web development. About <a href=\"https:\/\/w3techs.com\/technologies\/details\/pl-php\/8\" target=\"_blank\" rel=\"noreferrer noopener\">77%<\/a> of websites are created using PHP.\u00a0 It is an open-source, server-side scripting language that can be used to develop dynamic web pages and other web-based applications. PHP supports a wide range of databases, built-in functions, and a large and active community of developers and contributors who create libraries, frameworks, and other tools to extend the language&#8217;s capabilities.\u00a0<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">As this is an open-source language, a little research will help you stay updated with the latest updates in the PHP realm\u2014the latest one being <a href=\"https:\/\/php.watch\/versions\/8.3\" target=\"_blank\" rel=\"noreferrer noopener\">PHP 8.3<\/a>, which is all set to release in 2023.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Keep reading to explore more about PHP 8.3 and its unique features.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Read-Only Properties<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">You can now make properties read-only, restricting any future modifications to their value and only allowing initialization once. This can be advantageous for enhancing the security and reliability of your code by preventing accidental changes to vital information. You can also extend a read-only class with a non-read-only class and use its properties.&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Additionally, at present, it is not possible to perform a &#8220;deep-clone&#8221; of read-only properties because an error is thrown when they are assigned to any value for the second time. This limitation poses a significant challenge that hinders their usage in non-basic scenarios. However, PHP 8.3 resolves this issue by allowing the reinitialization of read-only properties during the cloning process.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">json_validate() Functionality<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">A JSON (JavaScript Object Notation) string is a text format for representing data objects in a structured way. It is based on the syntax of JavaScript object literals but is also widely used in other programming languages as a lightweight and easy-to-parse data interchange format.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">PHP 8.3 will have a new function, json_validate(), which can be used to validate JSON strings. This function will return a boolean value, making the code more readable and easily understood. Until now, the json_decode() function was used to validate a JSON string in PHP, where we needed to rely on the json_last_error() function.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Better Error Messaging<\/h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/www.canspace.ca\/blog\/wp-content\/uploads\/2023\/06\/CanSpace_Solutions_Whats_New_in_PHP_8.3_Inline_Image.png\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"512\" src=\"https:\/\/www.canspace.ca\/blog\/wp-content\/uploads\/2023\/06\/CanSpace_Solutions_Whats_New_in_PHP_8.3_Inline_Image.png\" alt=\"\" class=\"wp-image-4407\" srcset=\"https:\/\/www.canspace.ca\/blog\/wp-content\/uploads\/2023\/06\/CanSpace_Solutions_Whats_New_in_PHP_8.3_Inline_Image.png 1024w, https:\/\/www.canspace.ca\/blog\/wp-content\/uploads\/2023\/06\/CanSpace_Solutions_Whats_New_in_PHP_8.3_Inline_Image-300x150.png 300w, https:\/\/www.canspace.ca\/blog\/wp-content\/uploads\/2023\/06\/CanSpace_Solutions_Whats_New_in_PHP_8.3_Inline_Image-768x384.png 768w, https:\/\/www.canspace.ca\/blog\/wp-content\/uploads\/2023\/06\/CanSpace_Solutions_Whats_New_in_PHP_8.3_Inline_Image-740x370.png 740w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">The unserialize() function in PHP 8.2 throws a generic error message like E_NOTICE or E_WARNING, depending on the input string. This inconsistency makes it challenging for developers to manage errors during unserialization.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">PHP 8.3 will see a new UnserializationFailedException, which allows developers to use a catch block for it and handle all possible errors during the process.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Better Data\/Time Exceptions<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Presently, the available options for date and time exceptions are generic, with warnings, errors, or a basic exception being the only ones available, which may not be detailed enough.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In PHP 8.3, there will be distinct exceptions to handle different errors, such as DateInvalidTimeZoneException, DateInvalidOperationException, and DateMalformedStringException.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Dynamic Class Constant Fetch<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The PHP 8.3 version will allow the dynamic access of class constants by utilizing variables instead of relying on static string values (such as className::CONSTANT). This change would make it easier to access class constants dynamically and programmatically.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">getBytesFromString() Method<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">This method enables the creation of a string of a specified length comprising randomly selected bytes from a provided string. This can be conveniently used in use cases like generating a multifactor authentication code or a random DNA sequence.<br>Many more changes are planned for the PHP 8.3 version, which will make it easier for web programmers to build websites and other web applications. Get more information regarding servers or websites from the talented team at <a href=\"https:\/\/www.canspace.ca\/\">CanSpace Solutions<\/a>. We also provide web hosting services and assure you that your website will have zero downtime. <a href=\"https:\/\/www.canspace.ca\/contact.html\">Contact us<\/a> today for more details. Remember that at CanSpace, we always support the latest PHP versions and make these available to our clients the moment they are officially supported.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>PHP is one of the most popular programming languages for web development. About 77% of websites are created using PHP.\u00a0 It is an open-source, server-side scripting language that can be used to develop dynamic web pages and other web-based applications. PHP supports a wide range of databases, built-in functions, and a large and active community [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":4406,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"inline_featured_image":false,"client_name":"","client_title":"","client_company_name":"","client_url":"","client_quote":"","footnotes":""},"categories":[135],"tags":[],"class_list":["post-4405","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-hosting-servers"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>What\u2019s New in PHP 8.3? - Canada&#039;s Leading Web Hosting and Domain Name Provider<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.canspace.ca\/blog\/hosting-servers\/whats-new-in-php-8-3\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"What\u2019s New in PHP 8.3? - Canada&#039;s Leading Web Hosting and Domain Name Provider\" \/>\n<meta property=\"og:description\" content=\"PHP is one of the most popular programming languages for web development. About 77% of websites are created using PHP.\u00a0 It is an open-source, server-side scripting language that can be used to develop dynamic web pages and other web-based applications. PHP supports a wide range of databases, built-in functions, and a large and active community [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.canspace.ca\/blog\/hosting-servers\/whats-new-in-php-8-3\/\" \/>\n<meta property=\"og:site_name\" content=\"Canada&#039;s Leading Web Hosting and Domain Name Provider\" \/>\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/canspace.ca\" \/>\n<meta property=\"article:published_time\" content=\"2023-06-29T12:00:15+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.canspace.ca\/blog\/wp-content\/uploads\/2023\/06\/CanSpace_Solutions_Whats_New_in_PHP_8.3.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1999\" \/>\n\t<meta property=\"og:image:height\" content=\"1333\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"CanSpace Team\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@canspace_ca\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"CanSpace Team\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.canspace.ca\\\/blog\\\/hosting-servers\\\/whats-new-in-php-8-3\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.canspace.ca\\\/blog\\\/hosting-servers\\\/whats-new-in-php-8-3\\\/\"},\"author\":{\"name\":\"CanSpace Team\",\"@id\":\"https:\\\/\\\/www.canspace.ca\\\/blog\\\/#\\\/schema\\\/person\\\/6bf91c438b083753bbb7d2736141a6bb\"},\"headline\":\"What\u2019s New in PHP 8.3?\",\"datePublished\":\"2023-06-29T12:00:15+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.canspace.ca\\\/blog\\\/hosting-servers\\\/whats-new-in-php-8-3\\\/\"},\"wordCount\":618,\"publisher\":{\"@id\":\"https:\\\/\\\/www.canspace.ca\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.canspace.ca\\\/blog\\\/hosting-servers\\\/whats-new-in-php-8-3\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.canspace.ca\\\/blog\\\/wp-content\\\/uploads\\\/2023\\\/06\\\/CanSpace_Solutions_Whats_New_in_PHP_8.3.jpg\",\"articleSection\":[\"Hosting and Servers\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.canspace.ca\\\/blog\\\/hosting-servers\\\/whats-new-in-php-8-3\\\/\",\"url\":\"https:\\\/\\\/www.canspace.ca\\\/blog\\\/hosting-servers\\\/whats-new-in-php-8-3\\\/\",\"name\":\"What\u2019s New in PHP 8.3? - Canada&#039;s Leading Web Hosting and Domain Name Provider\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.canspace.ca\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.canspace.ca\\\/blog\\\/hosting-servers\\\/whats-new-in-php-8-3\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.canspace.ca\\\/blog\\\/hosting-servers\\\/whats-new-in-php-8-3\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.canspace.ca\\\/blog\\\/wp-content\\\/uploads\\\/2023\\\/06\\\/CanSpace_Solutions_Whats_New_in_PHP_8.3.jpg\",\"datePublished\":\"2023-06-29T12:00:15+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.canspace.ca\\\/blog\\\/hosting-servers\\\/whats-new-in-php-8-3\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.canspace.ca\\\/blog\\\/hosting-servers\\\/whats-new-in-php-8-3\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.canspace.ca\\\/blog\\\/hosting-servers\\\/whats-new-in-php-8-3\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.canspace.ca\\\/blog\\\/wp-content\\\/uploads\\\/2023\\\/06\\\/CanSpace_Solutions_Whats_New_in_PHP_8.3.jpg\",\"contentUrl\":\"https:\\\/\\\/www.canspace.ca\\\/blog\\\/wp-content\\\/uploads\\\/2023\\\/06\\\/CanSpace_Solutions_Whats_New_in_PHP_8.3.jpg\",\"width\":1999,\"height\":1333},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.canspace.ca\\\/blog\\\/hosting-servers\\\/whats-new-in-php-8-3\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Blog\",\"item\":\"https:\\\/\\\/www.canspace.ca\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"What\u2019s New in PHP 8.3?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.canspace.ca\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.canspace.ca\\\/blog\\\/\",\"name\":\"Canada&#039;s Leading Web Hosting and Domain Name Provider\",\"description\":\"Canada&#039;s Leading Domain Registrar and Web Hosting Provider\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.canspace.ca\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.canspace.ca\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.canspace.ca\\\/blog\\\/#organization\",\"name\":\"CanSpace Solutions\",\"url\":\"https:\\\/\\\/www.canspace.ca\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.canspace.ca\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.canspace.ca\\\/blog\\\/wp-content\\\/uploads\\\/2016\\\/11\\\/logolargesize.png\",\"contentUrl\":\"https:\\\/\\\/www.canspace.ca\\\/blog\\\/wp-content\\\/uploads\\\/2016\\\/11\\\/logolargesize.png\",\"width\":2200,\"height\":709,\"caption\":\"CanSpace Solutions\"},\"image\":{\"@id\":\"https:\\\/\\\/www.canspace.ca\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.canspace.ca\\\/blog\\\/#\\\/schema\\\/person\\\/6bf91c438b083753bbb7d2736141a6bb\",\"name\":\"CanSpace Team\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/9b2bb643a6826d4384e5d0aaa9b5fd33aeec14a0d6a07b042f333625711d334f?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/9b2bb643a6826d4384e5d0aaa9b5fd33aeec14a0d6a07b042f333625711d334f?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/9b2bb643a6826d4384e5d0aaa9b5fd33aeec14a0d6a07b042f333625711d334f?s=96&d=mm&r=g\",\"caption\":\"CanSpace Team\"},\"description\":\"CanSpace Solutions is Canada's leading domain name registrar and web hosting provider. Keep an eye on our blog for expert information on domain names, websites, and running a business online.\",\"sameAs\":[\"https:\\\/\\\/www.canspace.ca\",\"https:\\\/\\\/www.facebook.com\\\/canspace.ca\",\"https:\\\/\\\/ca.linkedin.com\\\/company\\\/canspace\",\"https:\\\/\\\/x.com\\\/canspace_ca\"],\"url\":\"https:\\\/\\\/www.canspace.ca\\\/blog\\\/author\\\/admin\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"What\u2019s New in PHP 8.3? - Canada&#039;s Leading Web Hosting and Domain Name Provider","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.canspace.ca\/blog\/hosting-servers\/whats-new-in-php-8-3\/","og_locale":"en_US","og_type":"article","og_title":"What\u2019s New in PHP 8.3? - Canada&#039;s Leading Web Hosting and Domain Name Provider","og_description":"PHP is one of the most popular programming languages for web development. About 77% of websites are created using PHP.\u00a0 It is an open-source, server-side scripting language that can be used to develop dynamic web pages and other web-based applications. PHP supports a wide range of databases, built-in functions, and a large and active community [&hellip;]","og_url":"https:\/\/www.canspace.ca\/blog\/hosting-servers\/whats-new-in-php-8-3\/","og_site_name":"Canada&#039;s Leading Web Hosting and Domain Name Provider","article_author":"https:\/\/www.facebook.com\/canspace.ca","article_published_time":"2023-06-29T12:00:15+00:00","og_image":[{"width":1999,"height":1333,"url":"https:\/\/www.canspace.ca\/blog\/wp-content\/uploads\/2023\/06\/CanSpace_Solutions_Whats_New_in_PHP_8.3.jpg","type":"image\/jpeg"}],"author":"CanSpace Team","twitter_card":"summary_large_image","twitter_creator":"@canspace_ca","twitter_misc":{"Written by":"CanSpace Team","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.canspace.ca\/blog\/hosting-servers\/whats-new-in-php-8-3\/#article","isPartOf":{"@id":"https:\/\/www.canspace.ca\/blog\/hosting-servers\/whats-new-in-php-8-3\/"},"author":{"name":"CanSpace Team","@id":"https:\/\/www.canspace.ca\/blog\/#\/schema\/person\/6bf91c438b083753bbb7d2736141a6bb"},"headline":"What\u2019s New in PHP 8.3?","datePublished":"2023-06-29T12:00:15+00:00","mainEntityOfPage":{"@id":"https:\/\/www.canspace.ca\/blog\/hosting-servers\/whats-new-in-php-8-3\/"},"wordCount":618,"publisher":{"@id":"https:\/\/www.canspace.ca\/blog\/#organization"},"image":{"@id":"https:\/\/www.canspace.ca\/blog\/hosting-servers\/whats-new-in-php-8-3\/#primaryimage"},"thumbnailUrl":"https:\/\/www.canspace.ca\/blog\/wp-content\/uploads\/2023\/06\/CanSpace_Solutions_Whats_New_in_PHP_8.3.jpg","articleSection":["Hosting and Servers"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.canspace.ca\/blog\/hosting-servers\/whats-new-in-php-8-3\/","url":"https:\/\/www.canspace.ca\/blog\/hosting-servers\/whats-new-in-php-8-3\/","name":"What\u2019s New in PHP 8.3? - Canada&#039;s Leading Web Hosting and Domain Name Provider","isPartOf":{"@id":"https:\/\/www.canspace.ca\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.canspace.ca\/blog\/hosting-servers\/whats-new-in-php-8-3\/#primaryimage"},"image":{"@id":"https:\/\/www.canspace.ca\/blog\/hosting-servers\/whats-new-in-php-8-3\/#primaryimage"},"thumbnailUrl":"https:\/\/www.canspace.ca\/blog\/wp-content\/uploads\/2023\/06\/CanSpace_Solutions_Whats_New_in_PHP_8.3.jpg","datePublished":"2023-06-29T12:00:15+00:00","breadcrumb":{"@id":"https:\/\/www.canspace.ca\/blog\/hosting-servers\/whats-new-in-php-8-3\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.canspace.ca\/blog\/hosting-servers\/whats-new-in-php-8-3\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.canspace.ca\/blog\/hosting-servers\/whats-new-in-php-8-3\/#primaryimage","url":"https:\/\/www.canspace.ca\/blog\/wp-content\/uploads\/2023\/06\/CanSpace_Solutions_Whats_New_in_PHP_8.3.jpg","contentUrl":"https:\/\/www.canspace.ca\/blog\/wp-content\/uploads\/2023\/06\/CanSpace_Solutions_Whats_New_in_PHP_8.3.jpg","width":1999,"height":1333},{"@type":"BreadcrumbList","@id":"https:\/\/www.canspace.ca\/blog\/hosting-servers\/whats-new-in-php-8-3\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Blog","item":"https:\/\/www.canspace.ca\/blog\/"},{"@type":"ListItem","position":2,"name":"What\u2019s New in PHP 8.3?"}]},{"@type":"WebSite","@id":"https:\/\/www.canspace.ca\/blog\/#website","url":"https:\/\/www.canspace.ca\/blog\/","name":"Canada&#039;s Leading Web Hosting and Domain Name Provider","description":"Canada&#039;s Leading Domain Registrar and Web Hosting Provider","publisher":{"@id":"https:\/\/www.canspace.ca\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.canspace.ca\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.canspace.ca\/blog\/#organization","name":"CanSpace Solutions","url":"https:\/\/www.canspace.ca\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.canspace.ca\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.canspace.ca\/blog\/wp-content\/uploads\/2016\/11\/logolargesize.png","contentUrl":"https:\/\/www.canspace.ca\/blog\/wp-content\/uploads\/2016\/11\/logolargesize.png","width":2200,"height":709,"caption":"CanSpace Solutions"},"image":{"@id":"https:\/\/www.canspace.ca\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/www.canspace.ca\/blog\/#\/schema\/person\/6bf91c438b083753bbb7d2736141a6bb","name":"CanSpace Team","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/9b2bb643a6826d4384e5d0aaa9b5fd33aeec14a0d6a07b042f333625711d334f?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/9b2bb643a6826d4384e5d0aaa9b5fd33aeec14a0d6a07b042f333625711d334f?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/9b2bb643a6826d4384e5d0aaa9b5fd33aeec14a0d6a07b042f333625711d334f?s=96&d=mm&r=g","caption":"CanSpace Team"},"description":"CanSpace Solutions is Canada's leading domain name registrar and web hosting provider. Keep an eye on our blog for expert information on domain names, websites, and running a business online.","sameAs":["https:\/\/www.canspace.ca","https:\/\/www.facebook.com\/canspace.ca","https:\/\/ca.linkedin.com\/company\/canspace","https:\/\/x.com\/canspace_ca"],"url":"https:\/\/www.canspace.ca\/blog\/author\/admin\/"}]}},"_links":{"self":[{"href":"https:\/\/www.canspace.ca\/blog\/wp-json\/wp\/v2\/posts\/4405","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.canspace.ca\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.canspace.ca\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.canspace.ca\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.canspace.ca\/blog\/wp-json\/wp\/v2\/comments?post=4405"}],"version-history":[{"count":1,"href":"https:\/\/www.canspace.ca\/blog\/wp-json\/wp\/v2\/posts\/4405\/revisions"}],"predecessor-version":[{"id":4408,"href":"https:\/\/www.canspace.ca\/blog\/wp-json\/wp\/v2\/posts\/4405\/revisions\/4408"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.canspace.ca\/blog\/wp-json\/wp\/v2\/media\/4406"}],"wp:attachment":[{"href":"https:\/\/www.canspace.ca\/blog\/wp-json\/wp\/v2\/media?parent=4405"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.canspace.ca\/blog\/wp-json\/wp\/v2\/categories?post=4405"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.canspace.ca\/blog\/wp-json\/wp\/v2\/tags?post=4405"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}