<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>レジェンドのブログ</title>
<link>https://ameblo.jp/legend-777/</link>
<atom:link href="https://rssblog.ameba.jp/legend-777/rss20.xml" rel="self" type="application/rss+xml" />
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com" />
<description>ブログの説明を入力します。</description>
<language>ja</language>
<item>
<title>配列 ランキング</title>
<description>
<![CDATA[ <p><font face="Courier New"><font color="#0000bb">&lt;?php</font></font></p><p><font face="Courier New"><font color="#0000bb">$array </font><span style="COLOR: #007700">= array(</span><span style="COLOR: #0000bb">1</span><span style="COLOR: #007700">,</span><span style="COLOR: #0000bb">2</span><span style="COLOR: #007700">,</span><span style="COLOR: #0000bb">2</span><span style="COLOR: #007700">,</span><span style="COLOR: #0000bb">2</span><span style="COLOR: #007700">,</span><span style="COLOR: #0000bb">3</span><span style="COLOR: #007700">,</span><span style="COLOR: #0000bb">3</span><span style="COLOR: #007700">,</span><span style="COLOR: #0000bb">3</span><span style="COLOR: #007700">,</span><span style="COLOR: #0000bb">3</span><span style="COLOR: #007700">,</span><span style="COLOR: #0000bb">3</span><span style="COLOR: #007700">,</span><span style="COLOR: #0000bb">3</span><span style="COLOR: #007700">,</span><span style="COLOR: #0000bb">4</span><span style="COLOR: #007700">,</span><span style="COLOR: #0000bb">4</span></font><font face="Courier New"><span style="COLOR: #007700">);<br><br></span><span style="COLOR: #0000bb">$data </span><span style="COLOR: #007700">= </span><span style="COLOR: #0000bb">array_count_values</span><span style="COLOR: #007700">(</span><span style="COLOR: #0000bb">$array</span></font><font face="Courier New"><span style="COLOR: #007700">);<br><br>foreach(</span><span style="COLOR: #0000bb">$data </span><span style="COLOR: #007700">as </span><span style="COLOR: #0000bb">$key</span><span style="COLOR: #007700">=&gt;</span><span style="COLOR: #0000bb">$value</span></font><font face="Courier New"><span style="COLOR: #007700">){<br>echo </span><span style="COLOR: #dd0000">"</span><span style="COLOR: #0000bb">$key</span><span style="COLOR: #dd0000"> は </span><span style="COLOR: #0000bb">$value</span><span style="COLOR: #dd0000"> 回出てきました&lt;br&gt;"</span></font><span style="COLOR: #007700"><font face="Courier New">;<br>}</font></span></p><p><span style="COLOR: #007700"><font face="Courier New">?&gt;</font></span></p>
]]>
</description>
<link>https://ameblo.jp/legend-777/entry-11112856803.html</link>
<pubDate>Wed, 21 Dec 2011 11:24:51 +0900</pubDate>
</item>
<item>
<title>配列 シャッフル</title>
<description>
<![CDATA[ <p>&lt;?php</p><p>$array = array(1,2,3,4,5,6,7,8,9,10);<br>srand(time());<br>shuffle($array);<br>echo $array[0];<br>?&gt;</p>
]]>
</description>
<link>https://ameblo.jp/legend-777/entry-11112762200.html</link>
<pubDate>Wed, 21 Dec 2011 08:06:16 +0900</pubDate>
</item>
<item>
<title>配列 乱数</title>
<description>
<![CDATA[ <p>&lt;?php</p><p>//配列 乱数</p><p>$array = array(1,2,3,4,5,6,7,8);<br>srand(time());<br>echo array_rand($array);</p><p>?&gt;</p>
]]>
</description>
<link>https://ameblo.jp/legend-777/entry-11112755075.html</link>
<pubDate>Wed, 21 Dec 2011 07:48:22 +0900</pubDate>
</item>
<item>
<title>配列 足し算</title>
<description>
<![CDATA[ <p>&lt;?php<br>//配列のたし算<br>$array = array(1,2,3,4,5,6,7,8,9);</p><p>for($i=0;$i&lt;count($array);$i++){<br> @$add += $array[$i];<br>}<br>echo $add;<br>?&gt;</p>
]]>
</description>
<link>https://ameblo.jp/legend-777/entry-11112750488.html</link>
<pubDate>Wed, 21 Dec 2011 00:10:25 +0900</pubDate>
</item>
</channel>
</rss>
