<?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>Tutorial Belajar Website PHP MySQL ASP.Net Photoshop Coreldraw Flash Template &#187; PHP Reference</title>
	<atom:link href="http://www.ilmuwebsite.com/php-reference/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ilmuwebsite.com</link>
	<description>Webmaster Resource Center</description>
	<lastBuildDate>Tue, 07 Sep 2010 05:46:52 +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</title>
		<link>http://www.ilmuwebsite.com/php-reference/array</link>
		<comments>http://www.ilmuwebsite.com/php-reference/array#comments</comments>
		<pubDate>Sun, 31 May 2009 04:02:29 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[PHP Reference]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Array digunakan untuk menyimpan data sementaraBentuk Asli:array(); &#60;?php $kuliah = array(&#8220;anggi&#8221; =&#62; &#8220;Unair&#8221;,&#8220;loka&#8221; =&#62; &#8220;STT Telkom&#8221;,&#8220;phii&#8221; =&#62; &#8220;UGM&#8221;,&#8220;safril&#8221; =&#62; &#8220;Brawijaya&#8221;,&#8220;ivan&#8221; =&#62; &#8220;UI&#8221;,&#8220;dremi&#8221; =&#62; &#8220;ITB&#8221;);echo $kuliah["loka"];?&#62; Hasil yg keluar:==&#62; STT Telkom]]></description>
			<content:encoded><![CDATA[ <p>Array digunakan untuk menyimpan data sementara<br />Bentuk Asli:<br /><strong><font color="#ff0000">array();</font></strong></p>
<p><span id="more-534"></span>
<p><strong><font color="#ff0000">&lt;?php <br /></font></strong>$kuliah = array(<br />&#8220;anggi&#8221; =&gt; &#8220;Unair&#8221;,<br />&#8220;loka&#8221; =&gt; &#8220;STT Telkom&#8221;,<br />&#8220;phii&#8221; =&gt; &#8220;UGM&#8221;,<br />&#8220;safril&#8221; =&gt; &#8220;Brawijaya&#8221;,<br />&#8220;ivan&#8221; =&gt; &#8220;UI&#8221;,<br />&#8220;dremi&#8221; =&gt; &#8220;ITB&#8221;<br />);<br />echo $kuliah["loka"];<br /><strong><font color="#ff0000">?&gt;</font></strong></p>
<p>Hasil yg keluar:<br />==&gt; STT Telkom</p>
 ]]></content:encoded>
			<wfw:commentRss>http://www.ilmuwebsite.com/php-reference/array/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>str_replace</title>
		<link>http://www.ilmuwebsite.com/php-reference/strreplace</link>
		<comments>http://www.ilmuwebsite.com/php-reference/strreplace#comments</comments>
		<pubDate>Sun, 31 May 2009 03:44:32 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[PHP Reference]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[str_replace digunakan untuk mengganti karakterBentuk asli:str_replace(&#8220;asli&#8221;, &#8220;baru&#8221;, $str);Contoh:$str = &#8220;anggi jatras mara aaa&#8221;;$ganti = str_replace(&#8221; &#8220;, &#8220;_&#8221;, $str);echo $ganti; Hasil yg keluar:==&#62; anggi_jatras_mara_aaa Ket: Sesuai contoh saya mengganti semua spasi menjadi underscore]]></description>
			<content:encoded><![CDATA[ <p>str_replace digunakan untuk mengganti karakter<br />Bentuk asli:<br /><strong><font color="#ff0000">str_replace(&#8220;asli&#8221;, &#8220;baru&#8221;, $str);</font></strong><br /><span id="more-533"></span><br />Contoh:<br />$str = &#8220;anggi jatras mara aaa&#8221;;<br />$ganti = str_replace(&#8221; &#8220;, &#8220;_&#8221;, $str);<br />echo $ganti;</p>
<p>Hasil yg keluar:<br />==&gt; anggi_jatras_mara_aaa</p>
<p>Ket: Sesuai contoh saya mengganti semua spasi menjadi underscore</p>
 ]]></content:encoded>
			<wfw:commentRss>http://www.ilmuwebsite.com/php-reference/strreplace/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
