<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>masa25michi</author_name>
  <author_url>https://blog.hatena.ne.jp/masa25michi/</author_url>
  <blog_title>Masa's blog</blog_title>
  <blog_url>https://masa25michi.hatenablog.com/</blog_url>
  <categories>
    <anon>PHP</anon>
    <anon>Programming</anon>
    <anon>Challenge</anon>
    <anon>Mac</anon>
    <anon>チャレンジ</anon>
    <anon>プログラミング</anon>
  </categories>
  <description>PHPでの配列に対する関数っていうものはたくさんあって、 PHPのドキュメンテーションにも色々記述されているようですが、 ここではよく使う関数を元に、解決策を見つけていこいうと思います。 配列の中身をまずはどうなっているか、確認します。 配列の中身全てを出力させるには、PHPのプリント関数である、「print_r 」を使います。 &lt;?php $arr = array(1,2,3,4,5,6,7,8,9); print_r($arr); ?&gt; 上記のように、「print_r」を使えば、下記にように配列が出力します。 Array ( [0] =&gt; 1 [1] =&gt; 2 [2] =&gt; 3 [3] =…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fmasa25michi.hatenablog.com%2Fentry%2F2017%2F05%2F11%2F082630&quot; title=&quot;PHPで、配列の中身の一部分だけを削除したい場合 - Masa&amp;#39;s blog&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>2017-05-11 08:26:30</published>
  <title>PHPで、配列の中身の一部分だけを削除したい場合</title>
  <type>rich</type>
  <url>https://masa25michi.hatenablog.com/entry/2017/05/11/082630</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
