<?xml version="1.0" encoding="UTF-8" ?>
<feed xml:lang="ja" xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:thr="http://purl.org/syndication/thread/1.0">
  <title type="text">初心者のPHP入門更新情報</title>
  <subtitle type="html">初心者のPHP入門の更新情報を発信</subtitle>
  <link rel="self" type="application/atom+xml" href="http://phpphp.blog.shinobi.jp/atom"/>
  <link rel="alternate" type="text/html" href="http://phpphp.blog.shinobi.jp/"/>
  <updated>2007-11-20T16:50:58+09:00</updated>
  <author><name>No Name Ninja</name></author>
  <generator uri="//www.ninja.co.jp/blog/" version="0.9">忍者ブログ</generator>
  <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" />
  <entry>
    <id>phpphp.blog.shinobi.jp://entry/30</id>
    <link rel="alternate" type="text/html" href="http://phpphp.blog.shinobi.jp/php%E9%85%8D%E5%88%97%E9%96%A2%E6%95%B0/array_shift-php%E9%85%8D%E5%88%97%E9%96%A2%E6%95%B0" />
    <published>2008-01-09T17:09:09+09:00</published> 
    <updated>2008-01-09T17:09:09+09:00</updated> 
    <category term="PHP配列関数" label="PHP配列関数" />
    <title>array_shift-PHP配列関数</title>
    <content mode="escaped" type="text/html" xml:lang="utf-8"> 
      <![CDATA[<a href="http://php.quus.net/array/array_shift.php" target="_blank">array_shift-配列関数:先頭要素を削除</a><br />
array_shift関数:指定した配列の先頭から要素を一つ取り除く関数]]> 
    </content>
    <author>
            <name>No Name Ninja</name>
        </author>
  </entry>
  <entry>
    <id>phpphp.blog.shinobi.jp://entry/29</id>
    <link rel="alternate" type="text/html" href="http://phpphp.blog.shinobi.jp/php%E9%85%8D%E5%88%97%E9%96%A2%E6%95%B0/array_search-php%E9%85%8D%E5%88%97%E9%96%A2%E6%95%B0" />
    <published>2008-01-03T14:28:57+09:00</published> 
    <updated>2008-01-03T14:28:57+09:00</updated> 
    <category term="PHP配列関数" label="PHP配列関数" />
    <title>array_search-PHP配列関数</title>
    <content mode="escaped" type="text/html" xml:lang="utf-8"> 
      <![CDATA[<a href="http://php.quus.net/array/array_search.php" target="_blank">array_search-配列関数:検索してキー取得</a><br />
<br />
array_search関数は配列から指定した値を検索し、見つかった場合に対応するキーを返す関数]]> 
    </content>
    <author>
            <name>No Name Ninja</name>
        </author>
  </entry>
  <entry>
    <id>phpphp.blog.shinobi.jp://entry/28</id>
    <link rel="alternate" type="text/html" href="http://phpphp.blog.shinobi.jp/php%E9%85%8D%E5%88%97%E9%96%A2%E6%95%B0/array_reverse-php%E9%85%8D%E5%88%97%E9%96%A2%E6%95%B0" />
    <published>2008-01-02T17:17:04+09:00</published> 
    <updated>2008-01-02T17:17:04+09:00</updated> 
    <category term="PHP配列関数" label="PHP配列関数" />
    <title>array_reverse-PHP配列関数</title>
    <content mode="escaped" type="text/html" xml:lang="utf-8"> 
      <![CDATA[<a href="http://php.quus.net/array/array_reverse.php" target="_blank">array_reverse-配列関数:要素を逆順にする</a><br />
指定した配列の要素を逆順にする関数]]> 
    </content>
    <author>
            <name>No Name Ninja</name>
        </author>
  </entry>
  <entry>
    <id>phpphp.blog.shinobi.jp://entry/27</id>
    <link rel="alternate" type="text/html" href="http://phpphp.blog.shinobi.jp/php%E9%85%8D%E5%88%97%E9%96%A2%E6%95%B0/array_rand-php%E9%85%8D%E5%88%97%E9%96%A2%E6%95%B0" />
    <published>2007-12-31T04:44:06+09:00</published> 
    <updated>2007-12-31T04:44:06+09:00</updated> 
    <category term="PHP配列関数" label="PHP配列関数" />
    <title>array_rand-PHP配列関数</title>
    <content mode="escaped" type="text/html" xml:lang="utf-8"> 
      <![CDATA[<a href="http://php.quus.net/array/array_rand.php" target="_blank">array_rand-PHP配列関数:ランダムにキーを取得</a><br /><br />
array_rand関数は配列から指定した数だけランダムにキーを取得する関数]]> 
    </content>
    <author>
            <name>No Name Ninja</name>
        </author>
  </entry>
  <entry>
    <id>phpphp.blog.shinobi.jp://entry/26</id>
    <link rel="alternate" type="text/html" href="http://phpphp.blog.shinobi.jp/php%E9%85%8D%E5%88%97%E9%96%A2%E6%95%B0/array_push-php%E9%85%8D%E5%88%97%E9%96%A2%E6%95%B0-%E9%85%8D%E5%88%97%E3%81%AB%E8%A6%81%E7%B4%A0%E3%82%92%E8%BF%BD%E5%8A%A0" />
    <published>2007-12-26T05:41:01+09:00</published> 
    <updated>2007-12-26T05:41:01+09:00</updated> 
    <category term="PHP配列関数" label="PHP配列関数" />
    <title>array_push-PHP配列関数:配列に要素を追加</title>
    <content mode="escaped" type="text/html" xml:lang="utf-8"> 
      <![CDATA[<a href="http://php.quus.net/array/array_push.php" target="_blank">array_push-配列関数:配列に要素を追加</a><br />
<br />
array_push関数は配列に一つ以上の要素を追加する関数]]> 
    </content>
    <author>
            <name>No Name Ninja</name>
        </author>
  </entry>
  <entry>
    <id>phpphp.blog.shinobi.jp://entry/25</id>
    <link rel="alternate" type="text/html" href="http://phpphp.blog.shinobi.jp/php%E9%85%8D%E5%88%97%E9%96%A2%E6%95%B0/array_pop-php%E9%85%8D%E5%88%97%E9%96%A2%E6%95%B0" />
    <published>2007-12-21T23:51:38+09:00</published> 
    <updated>2007-12-21T23:51:38+09:00</updated> 
    <category term="PHP配列関数" label="PHP配列関数" />
    <title>array_pop-PHP配列関数</title>
    <content mode="escaped" type="text/html" xml:lang="utf-8"> 
      <![CDATA[<a href="http://php.quus.net/array/array_pop.php" target="_blank">array_pop-PHP配列関数:配列末尾から要素を取り除く</a><br /><br />
指定した配列の末尾から要素を取り除いた配列を返す関数]]> 
    </content>
    <author>
            <name>No Name Ninja</name>
        </author>
  </entry>
  <entry>
    <id>phpphp.blog.shinobi.jp://entry/24</id>
    <link rel="alternate" type="text/html" href="http://phpphp.blog.shinobi.jp/php%E9%85%8D%E5%88%97%E9%96%A2%E6%95%B0/array_pad%E9%96%A2%E6%95%B0-php%E9%85%8D%E5%88%97%E9%96%A2%E6%95%B0" />
    <published>2007-12-20T22:41:19+09:00</published> 
    <updated>2007-12-20T22:41:19+09:00</updated> 
    <category term="PHP配列関数" label="PHP配列関数" />
    <title>array_pad関数:PHP配列関数</title>
    <content mode="escaped" type="text/html" xml:lang="utf-8"> 
      <![CDATA[<a href="http://php.quus.net/array/array_pad.php" target="_blank">array_pad-配列関数:指定長・指定値で配列を埋める</a><br />
配列に指定した要素の数になるまで指定した値をもつ要素を追加し、その配列を返す関数です。]]> 
    </content>
    <author>
            <name>No Name Ninja</name>
        </author>
  </entry>
  <entry>
    <id>phpphp.blog.shinobi.jp://entry/23</id>
    <link rel="alternate" type="text/html" href="http://phpphp.blog.shinobi.jp/php%E9%85%8D%E5%88%97%E9%96%A2%E6%95%B0/array_multisort-%E9%85%8D%E5%88%97%E9%96%A2%E6%95%B0" />
    <published>2007-12-17T09:34:36+09:00</published> 
    <updated>2007-12-17T09:34:36+09:00</updated> 
    <category term="PHP配列関数" label="PHP配列関数" />
    <title>array_multisort-配列関数</title>
    <content mode="escaped" type="text/html" xml:lang="utf-8"> 
      <![CDATA[<a href="http://php.quus.net/array/array_multisort.php" target="_blank">array_multisort-配列関数 複数の多次元配列をソート</a>:<br />
複数の多次元配列をソート(並び替え)し、成功時にTRUE、失敗時にFALSEを返す関数]]> 
    </content>
    <author>
            <name>No Name Ninja</name>
        </author>
  </entry>
  <entry>
    <id>phpphp.blog.shinobi.jp://entry/22</id>
    <link rel="alternate" type="text/html" href="http://phpphp.blog.shinobi.jp/php%E9%85%8D%E5%88%97%E9%96%A2%E6%95%B0/array_merge%E9%96%A2%E6%95%B0-php%E9%85%8D%E5%88%97%E9%96%A2%E6%95%B0" />
    <published>2007-12-15T00:49:43+09:00</published> 
    <updated>2007-12-15T00:49:43+09:00</updated> 
    <category term="PHP配列関数" label="PHP配列関数" />
    <title>array_merge関数:PHP配列関数</title>
    <content mode="escaped" type="text/html" xml:lang="utf-8"> 
      <![CDATA[<a href="http://php.quus.net/array/array_merge.php" target="_blank">array_merge関数[複数の配列をマージ]</a><br />
:指定した配列にひとつまたは複数の配列をマージしてそのマージした配列を関数]]> 
    </content>
    <author>
            <name>No Name Ninja</name>
        </author>
  </entry>
  <entry>
    <id>phpphp.blog.shinobi.jp://entry/21</id>
    <link rel="alternate" type="text/html" href="http://phpphp.blog.shinobi.jp/php%E9%85%8D%E5%88%97%E9%96%A2%E6%95%B0/array_map-%E9%85%8D%E5%88%97%E9%96%A2%E6%95%B0-%E8%A6%81%E7%B4%A0%E3%81%AB%E3%82%B3%E3%83%BC%E3%83%AB%E3%83%90%E3%83%83%E3%82%AF%E9%96%A2%E6%95%B0%E3%82%92%E9%81%A9%E7%94%A8" />
    <published>2007-12-14T16:44:35+09:00</published> 
    <updated>2007-12-14T16:44:35+09:00</updated> 
    <category term="PHP配列関数" label="PHP配列関数" />
    <title>array_map-配列関数:要素にコールバック関数を適用</title>
    <content mode="escaped" type="text/html" xml:lang="utf-8"> 
      <![CDATA[PHP配列関数<br />
<a href="http://php.quus.net/array/array_map.php" target="_blank">array_map関数</a>:指定した配列の各要素にコールバック関数を適用した後の配列を返す関数です。]]> 
    </content>
    <author>
            <name>No Name Ninja</name>
        </author>
  </entry>
</feed>