<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>สุดเดช บล๊อก &#187; array</title>
	<atom:link href="http://blog.sudej.com/tag/array/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sudej.com</link>
	<description>ก็เวลายังไม่เดินเป็นเส้นตรง แล้วความรักที่มั่นคงจะมีจริงไหม?</description>
	<lastBuildDate>Tue, 07 Sep 2010 10:26:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Array 2 Dimensions</title>
		<link>http://blog.sudej.com/2009/01/array-2-dimensions/</link>
		<comments>http://blog.sudej.com/2009/01/array-2-dimensions/#comments</comments>
		<pubDate>Thu, 15 Jan 2009 13:31:52 +0000</pubDate>
		<dc:creator>สุดเดช</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[array]]></category>

		<guid isPermaLink="false">http://blog.sudej.com/?p=215</guid>
		<description><![CDATA[วันนี้ผมจะพูดถึงเรื่องการสร้าง อาร์เรย์ สองมิติคับ เป็นการนำเอาค่าที่ใกล้เคียงกันเข้ามาเก็บไว้ในอาร์เรย์ แล้ว ให้ตัวโปรแกรมแปลงเป็นข้อมูลที่มีดังกล่าว แสดงผลออกมา คราวนี้ผมจะ นำเอาโค้ดมาใส่ไว้ด้วยน่ะคับ ขั้นตอนแรก นำตัวแปล อาร์เรย์มากำหนด ไว้ก่อนคับ ดังภาพ $file_sound_array=array(1=&#62;&#34;$mp3&#34;,&#34;$acc&#34;,&#34;$rm&#34;,&#34;$wav&#34;,&#34;$wma&#34;); $file_vdo_array=array(1=&#62;&#34;$mp4&#34;,&#34;$gp3&#34;,&#34;$wmv&#34;,&#34;$flv&#34;); $file_picture_array=array(1=&#62;&#34;$jpg&#34;,&#34;$bmp&#34;,&#34;$gif&#34;,&#34;$tiff&#34;); $file_document_array=array(1=&#62;&#34;$doc&#34;,&#34;$xls&#34;,&#34;$ppt&#34;,&#34;$pdf&#34;,&#34;$txt&#34;); $file_array=array(&#34;sound&#34;=&#62;$file_sound_array,&#34;vdo&#34;=&#62;$file_vdo_array,&#34;picture&#34;=&#62;$file_picture_array,&#34;document&#34;=&#62;$file_document_array); เมื่อได้แล้วเราก็ไปสร้างคลาสกันเลยคับ ภาพ class class_file_support{ function file_support($file_array){ global $FILE_SOUND,$FILE_VDO,$FILE_PICTURE,$FILE_DOCUMENT; foreach($file_array as $key =&#62; $val_array){ if($key==&#34;sound&#34;){ echo&#34;- ไฟล์เสียง : &#34;; foreach($val_array as $type_sound =&#62; $key_sound){ if($key_sound){ echo $FILE_SOUND[&#34;$key_sound&#34;].&#34;, &#34;; } } }//close if sound if($key==&#34;vdo&#34;){ echo&#34; - ไฟล์วีดีโอ [...]]]></description>
		<wfw:commentRss>http://blog.sudej.com/2009/01/array-2-dimensions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>return array</title>
		<link>http://blog.sudej.com/2009/01/return-array/</link>
		<comments>http://blog.sudej.com/2009/01/return-array/#comments</comments>
		<pubDate>Tue, 13 Jan 2009 07:28:12 +0000</pubDate>
		<dc:creator>สุดเดช</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[array]]></category>
		<category><![CDATA[return]]></category>

		<guid isPermaLink="false">http://blog.sudej.com/?p=145</guid>
		<description><![CDATA[วันนี้จะมาแสดงการคืนค่า Function Array กันน่ะคับ คลิ๊กที่รุปเพื่อแสดงผลใหญ่กว่าภาพปัจจุบัน เริ่มจาก เขียน function ลงไปใน Class ก่อนน่ะคับ ตามภาพเลยคับ หลังจากนั้นก็ จะเรียกใช้ Function กันน่ะคับ แล้วก็เป็นผลที่แสดงออกมาน่ะคับ Credit : sudej.com]]></description>
		<wfw:commentRss>http://blog.sudej.com/2009/01/return-array/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>function cut off</title>
		<link>http://blog.sudej.com/2009/01/function-cut-off/</link>
		<comments>http://blog.sudej.com/2009/01/function-cut-off/#comments</comments>
		<pubDate>Mon, 12 Jan 2009 12:22:41 +0000</pubDate>
		<dc:creator>สุดเดช</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[array]]></category>
		<category><![CDATA[function]]></category>

		<guid isPermaLink="false">http://blog.sudej.com/?p=132</guid>
		<description><![CDATA[Function นี้ใช้รวมกัน กับ Function insert slash โดยการจัดการของ function นี้ จะเอาคำที่ไม่ต้่องการออก โดยมี โค้ดดังนี้ ผลที่แสดง please credit : sudej.com]]></description>
		<wfw:commentRss>http://blog.sudej.com/2009/01/function-cut-off/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>function insert slash</title>
		<link>http://blog.sudej.com/2009/01/function-insert-slash/</link>
		<comments>http://blog.sudej.com/2009/01/function-insert-slash/#comments</comments>
		<pubDate>Mon, 12 Jan 2009 11:12:16 +0000</pubDate>
		<dc:creator>สุดเดช</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[array]]></category>
		<category><![CDATA[function]]></category>

		<guid isPermaLink="false">http://blog.sudej.com/?p=125</guid>
		<description><![CDATA[เราจะรู้ได้อย่างไรว่า คำสุดท้ายของ Array เป็นตัวอะไร วันนี้ผมมีโอกาศได้ทำคับ  จึงนำมาเผ่ยแพร่ คับ เริ่มจากนำข้อมูลที่อยู่ใน Array มาใส่ใน Function นี้ได้เลยคับ ผลลัพธ์ที่จะได้ ก็ได้ดังนี้คับ please take a credit : sudej.com]]></description>
		<wfw:commentRss>http://blog.sudej.com/2009/01/function-insert-slash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->