{"id":3407,"date":"2014-06-24T22:13:18","date_gmt":"2014-06-24T22:13:18","guid":{"rendered":"http:\/\/webninjataylor.com\/library\/?p=3407"},"modified":"2014-06-24T22:13:18","modified_gmt":"2014-06-24T22:13:18","slug":"php-switch","status":"publish","type":"post","link":"https:\/\/webninjataylor.com\/library\/php-switch\/","title":{"rendered":"PHP Switch"},"content":{"rendered":"<p>Switch is an abbreviated version of if, else if, etc&#8230;<\/p>\n<pre>&lt;?php\r\n    switch($_POST['color']) {\r\n        case 'white':\r\n        case 'black':\r\n            $clean['color'] = $_POST['color'];\r\n            break;\r\n    }\r\n?&gt;<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Switch is an abbreviated version of if, else if, etc&#8230; &lt;?php switch($_POST[&#8216;color&#8217;]) { case &#8216;white&#8217;: case &#8216;black&#8217;: $clean[&#8216;color&#8217;] = $_POST[&#8216;color&#8217;]; break; } ?&gt;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[144],"tags":[6],"class_list":["post-3407","post","type-post","status-publish","format-standard","hentry","category-web-shots","tag-php"],"_links":{"self":[{"href":"https:\/\/webninjataylor.com\/library\/wp-json\/wp\/v2\/posts\/3407","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/webninjataylor.com\/library\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/webninjataylor.com\/library\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/webninjataylor.com\/library\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/webninjataylor.com\/library\/wp-json\/wp\/v2\/comments?post=3407"}],"version-history":[{"count":1,"href":"https:\/\/webninjataylor.com\/library\/wp-json\/wp\/v2\/posts\/3407\/revisions"}],"predecessor-version":[{"id":3408,"href":"https:\/\/webninjataylor.com\/library\/wp-json\/wp\/v2\/posts\/3407\/revisions\/3408"}],"wp:attachment":[{"href":"https:\/\/webninjataylor.com\/library\/wp-json\/wp\/v2\/media?parent=3407"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/webninjataylor.com\/library\/wp-json\/wp\/v2\/categories?post=3407"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/webninjataylor.com\/library\/wp-json\/wp\/v2\/tags?post=3407"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}