{"id":83,"date":"2013-03-24T14:08:08","date_gmt":"2013-03-24T14:08:08","guid":{"rendered":"http:\/\/tutorials.moedesign.de\/?p=83"},"modified":"2013-03-24T14:08:08","modified_gmt":"2013-03-24T14:08:08","slug":"php-tutorial-einstieg-9-vergleichsoperatoren-und-einfache-if-anweisung-in-php","status":"publish","type":"post","link":"http:\/\/tutorials.moedesign.de\/blog\/php-tutorial-einstieg-9-vergleichsoperatoren-und-einfache-if-anweisung-in-php\/","title":{"rendered":"PHP Tutorial \u2013 Einstieg: 9# Vergleichsoperatoren und einfache if-Anweisung in PHP"},"content":{"rendered":"<p>In diesem PHP Tutorial geht es um Vergleichsoperatoren und die einfache if-Anweisung, welche Teil der Kontrollstrukturen sind.<\/p>\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td>\n<div>\n<div>\n<pre class=\"brush: php; title: ; notranslate\" title=\"\">\n&lt;?php\n\n$a = 4; $b = &quot;4&quot;;\n\n$a == $b; (TRUE)\n\n$a === $b; (FALSE)\n\n$a = 4; $b = 3;\n\n$a != $b; (TRUE)\n\n$a &lt; $b; (FALSE)\n\n$a &gt; $b; (TRUE)\n\n$a &gt;= $b; (TRUE)\n\n$a &lt;= $b; (FALSE)\n\n?&gt;\n\n<\/pre>\n<\/div>\n<\/div>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p><iframe loading=\"lazy\" title=\"PHP Tutorial - Einstieg #9: Vergleichsoperatoren und einfache if-Anweisung\" width=\"525\" height=\"295\" src=\"https:\/\/www.youtube.com\/embed\/QmVx-bxLUTs?list=PLQa6OBifrlYXYyD99RkPr9XrJAEER2JR9\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe><\/p>\n","protected":false},"excerpt":{"rendered":"<p>In diesem PHP Tutorial geht es um Vergleichsoperatoren und die einfache if-Anweisung, welche Teil der Kontrollstrukturen sind. &lt;?php $a = 4; $b = &quot;4&quot;; $a == $b; (TRUE) $a === $b; (FALSE) $a = 4; $b = 3; $a != $b; (TRUE) $a &lt; $b; (FALSE) $a &gt; $b; (TRUE) $a &gt;= $b; (TRUE) $a &hellip; <\/p>\n<p class=\"link-more\"><a href=\"http:\/\/tutorials.moedesign.de\/blog\/php-tutorial-einstieg-9-vergleichsoperatoren-und-einfache-if-anweisung-in-php\/\" class=\"more-link\"><span class=\"screen-reader-text\">\u201ePHP Tutorial \u2013 Einstieg: 9# Vergleichsoperatoren und einfache if-Anweisung in PHP\u201c <\/span>weiterlesen<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[25,12],"tags":[],"class_list":["post-83","post","type-post","status-publish","format-standard","hentry","category-php","category-tutorials"],"_links":{"self":[{"href":"http:\/\/tutorials.moedesign.de\/blog\/wp-json\/wp\/v2\/posts\/83","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/tutorials.moedesign.de\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/tutorials.moedesign.de\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/tutorials.moedesign.de\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/tutorials.moedesign.de\/blog\/wp-json\/wp\/v2\/comments?post=83"}],"version-history":[{"count":0,"href":"http:\/\/tutorials.moedesign.de\/blog\/wp-json\/wp\/v2\/posts\/83\/revisions"}],"wp:attachment":[{"href":"http:\/\/tutorials.moedesign.de\/blog\/wp-json\/wp\/v2\/media?parent=83"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/tutorials.moedesign.de\/blog\/wp-json\/wp\/v2\/categories?post=83"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/tutorials.moedesign.de\/blog\/wp-json\/wp\/v2\/tags?post=83"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}