<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>kyotoprogramminglab</author_name>
  <author_url>https://blog.hatena.ne.jp/kyotoprogramminglab/</author_url>
  <blog_title>京都プログラミング研究室</blog_title>
  <blog_url>https://kyotoprogramminglab.hatenablog.com/</blog_url>
  <categories>
    <anon>未分類</anon>
  </categories>
  <description>基礎的&amp;小ネタですが、恥ずかしながら忘れてしまうので記しときます。 基礎的な使い方（初めに習う書き方） &lt;?php $hoge = 'fuga'; //以降処理が続く ?&gt; こちらの記法も上記と同じ結果である（最後の終了タグは省略） &lt;?php $hoge = 'fuga'; //以降処理が続く ファイルが PHP コードのみの場合は、ファイルの最後の終了タグは省略するのがおすすめとされてます。 終了タグの後に余分な空白や改行があると、予期せぬ挙動を引き起こす場合があるためです。 文字列を出力する記法 &lt;?php echo 'hoge' ?&gt; こちらの記法も上記と同じ結果である（省略タグという…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fkyotoprogramminglab.hatenablog.com%2Fentry%2Farchives%2F496&quot; title=&quot;PHP　閉じタグは省略できる？　 - 京都プログラミング研究室&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>2022-03-11 00:38:55</published>
  <title>PHP　閉じタグは省略できる？　</title>
  <type>rich</type>
  <url>https://kyotoprogramminglab.hatenablog.com/entry/archives/496</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
