<?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>Christian Chandra Notes &#187; php</title>
	<atom:link href="http://blog.christianchandra.com/category/programming/php/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.christianchandra.com</link>
	<description>when code and style meet</description>
	<lastBuildDate>Fri, 14 Oct 2011 14:38:57 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Membenarkan fungsi ereg yang telah ditinggalkan (deprecated) di PHP 5.3</title>
		<link>http://blog.christianchandra.com/programming/php/membenarkan-fungsi-ereg-yang-telah-ditinggalkan-deprecated-di-php-5-3</link>
		<comments>http://blog.christianchandra.com/programming/php/membenarkan-fungsi-ereg-yang-telah-ditinggalkan-deprecated-di-php-5-3#comments</comments>
		<pubDate>Wed, 07 Apr 2010 18:55:31 +0000</pubDate>
		<dc:creator>Christian Chandra</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[deprecated]]></category>
		<category><![CDATA[ereg]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[preg]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://blog.christianchandra.com/?p=136</guid>
		<description><![CDATA[Jika anda mengupgrade ke PHP 5.3, kemungkinan besar anda akan menemukan beberapa peringatan (warning) dari fungsi-fungsi PHP yang telah ditinggalkan.
Sebagai contoh adalah fungsi ereg dan teman-temannya. Fungsi ini dihilangkan untuk meningkatkan performa kerja serta mengoptimalkan fungsi preg yang kompatibel dengan Perl.
Kejadian ini saya alami ketika menginstall salah satu CMS yang ternyata masih menggunakan fungsi-fungsi ereg,<br /><br /><a href='http://blog.christianchandra.com/programming/php/membenarkan-fungsi-ereg-yang-telah-ditinggalkan-deprecated-di-php-5-3' class='more-link'>Read More &#62;</a><br /><br />]]></description>
		<wfw:commentRss>http://blog.christianchandra.com/programming/php/membenarkan-fungsi-ereg-yang-telah-ditinggalkan-deprecated-di-php-5-3/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Fungsi dari sintak print_r di PHP</title>
		<link>http://blog.christianchandra.com/programming/php/fungsi-dari-sintak-print_r-di-php</link>
		<comments>http://blog.christianchandra.com/programming/php/fungsi-dari-sintak-print_r-di-php#comments</comments>
		<pubDate>Tue, 06 Apr 2010 15:51:26 +0000</pubDate>
		<dc:creator>Christian Chandra</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[array]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://blog.christianchandra.com/?p=120</guid>
		<description><![CDATA[Tahukah anda?
Bahwa salah satu sintak yang sangat penting dalam PHP adalah print_r()
Pernahkah anda bingung apa saja isi dari sebuah array??
Sekarang anda tidak perlu bingung lagi..
Karena print_r() berfungsi untuk mencetak isi dari array baik itu conventional array maupun object array.
Sebagai contoh saya mempunyai array bernama myarray dengan isi sebagai berikut


&#60;?php
/* array bernama myarray berisikan data */
$myarray<br /><br /><a href='http://blog.christianchandra.com/programming/php/fungsi-dari-sintak-print_r-di-php' class='more-link'>Read More &#62;</a><br /><br />]]></description>
		<wfw:commentRss>http://blog.christianchandra.com/programming/php/fungsi-dari-sintak-print_r-di-php/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

