<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>game-web-design</author_name>
  <author_url>https://blog.hatena.ne.jp/game-web-design/</author_url>
  <blog_title>PCゲーマーのWebデザイン備忘録</blog_title>
  <blog_url>https://game-web-design.hatenadiary.com/</blog_url>
  <categories>
    <anon>PHP</anon>
  </categories>
  <description>breakbreak は繰り返し処理中に強制的に処理を終わらせる命令です。 for文を使って、break させる。 &lt;?php $i = 1; for($i=1 ; $i &lt; 5; $i++){ print $i.'&lt;br&gt;'; if($i===3){ break; } } print '$iが'.$i.'になったので、処理終了！'; ?&gt; 結果は 1 2 3 $iが3になったので、処理終了！です。continuecontinue は繰り返し処理中にその繰り返し処理を飛ばして続けて処理を続けることが出来ます。 for文を使って、continue させる。 &lt;?php for($i =1; $i…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fgame-web-design.hatenadiary.com%2Fentry%2F2014%2F12%2F05%2F102632&quot; title=&quot;【PHP】 break と continue - PCゲーマーのWebデザイン備忘録&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2014-12-05 10:26:32</published>
  <title>【PHP】 break と continue</title>
  <type>rich</type>
  <url>https://game-web-design.hatenadiary.com/entry/2014/12/05/102632</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
