<?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/"
	xmlns:series="http://unfoldingneurons.com/"
	>

<channel>
	<title>PHP Code Base</title>
	<atom:link href="http://www.phpcodebase.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.phpcodebase.com</link>
	<description>All your PHP need ends here....</description>
	<lastBuildDate>Thu, 27 Oct 2011 05:43:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>PHP Exception Explained</title>
		<link>http://www.phpcodebase.com/php-exception-explained/</link>
		<comments>http://www.phpcodebase.com/php-exception-explained/#comments</comments>
		<pubDate>Thu, 27 Oct 2011 03:56:51 +0000</pubDate>
		<dc:creator>Bhumi</dc:creator>
				<category><![CDATA[Advance PHP]]></category>
		<category><![CDATA[PHP OOP]]></category>
		<category><![CDATA[exception in PHP]]></category>
		<category><![CDATA[PHP exception]]></category>
		<category><![CDATA[throw and catch in PHP]]></category>
		<category><![CDATA[throw exception]]></category>
		<category><![CDATA[throw exception in PHP]]></category>

		<guid isPermaLink="false">http://www.phpcodebase.com/?p=317</guid>
		<description><![CDATA[An Exception is an abnormal (Unwanted) conditions which arise at the time of execution of Program.I also say exception is "Run-Time Error". Concept of exception was introduced in  PHP 5 with OOP.Exception interrupt the program flow if something goes wrong in it.(exception e). e is an object of class.An exception is an object that is thrown by program.]]></description>
		<wfw:commentRss>http://www.phpcodebase.com/php-exception-explained/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>PHP String Formatting Functions</title>
		<link>http://www.phpcodebase.com/php-string-formatting-functions/</link>
		<comments>http://www.phpcodebase.com/php-string-formatting-functions/#comments</comments>
		<pubDate>Thu, 21 Jul 2011 12:19:11 +0000</pubDate>
		<dc:creator>Avi</dc:creator>
				<category><![CDATA[PHP Basics]]></category>
		<category><![CDATA[PHP Functions]]></category>
		<category><![CDATA[convert_cyr_string in php]]></category>
		<category><![CDATA[crc32 in php]]></category>
		<category><![CDATA[hebrev in php]]></category>
		<category><![CDATA[hebrevc in php]]></category>
		<category><![CDATA[money_format in php]]></category>
		<category><![CDATA[number_format in php]]></category>
		<category><![CDATA[PHP string functions]]></category>
		<category><![CDATA[string formatting function]]></category>

		<guid isPermaLink="false">http://www.phpcodebase.com/?p=301</guid>
		<description><![CDATA[Here now I am about to explain different string functions. This functions will be useful to format the string, convert from one character set to another character set.]]></description>
		<wfw:commentRss>http://www.phpcodebase.com/php-string-formatting-functions/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<series:name><![CDATA[PHP String Functions]]></series:name>
	</item>
		<item>
		<title>PHP String Information Functions</title>
		<link>http://www.phpcodebase.com/php-string-information-functions/</link>
		<comments>http://www.phpcodebase.com/php-string-information-functions/#comments</comments>
		<pubDate>Wed, 13 Jul 2011 07:02:54 +0000</pubDate>
		<dc:creator>Avi</dc:creator>
				<category><![CDATA[PHP Basics]]></category>
		<category><![CDATA[PHP Functions]]></category>
		<category><![CDATA[chr() in PHP]]></category>
		<category><![CDATA[count_chars() in PHP]]></category>
		<category><![CDATA[ord() in PHP]]></category>
		<category><![CDATA[PHP String Information Functions]]></category>
		<category><![CDATA[String Information Functions in php]]></category>
		<category><![CDATA[strlen() in PHP]]></category>
		<category><![CDATA[str_word_count() in PHP]]></category>
		<category><![CDATA[substr_count() in PHP]]></category>

		<guid isPermaLink="false">http://www.phpcodebase.com/?p=295</guid>
		<description><![CDATA[In most cases we have to find the information related to string like string length, get words counts, etc.
PHP has a bunch of functions which used to get the infomation from the string. Below are those functions:
strlen(), count_chars(), str_word_count(), substr_count(), chr(), ord()]]></description>
		<wfw:commentRss>http://www.phpcodebase.com/php-string-information-functions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<series:name><![CDATA[PHP String Functions]]></series:name>
	</item>
		<item>
		<title>PHP String Hashing Functions</title>
		<link>http://www.phpcodebase.com/php-string-hashing-functions/</link>
		<comments>http://www.phpcodebase.com/php-string-hashing-functions/#comments</comments>
		<pubDate>Sat, 09 Jul 2011 08:10:08 +0000</pubDate>
		<dc:creator>Avi</dc:creator>
				<category><![CDATA[PHP Basics]]></category>
		<category><![CDATA[PHP Functions]]></category>
		<category><![CDATA[crypt() in PHP]]></category>
		<category><![CDATA[md5() in php]]></category>
		<category><![CDATA[md5_file() in php]]></category>
		<category><![CDATA[PHP string functions]]></category>
		<category><![CDATA[sha1() in php]]></category>
		<category><![CDATA[sha1_file() in php]]></category>

		<guid isPermaLink="false">http://www.phpcodebase.com/?p=284</guid>
		<description><![CDATA[Here are some PHP functions which used to create a hash of the string. Here are the list of those functions: md5(), crypt(), md5_file(), sha1_file(), sha1()]]></description>
		<wfw:commentRss>http://www.phpcodebase.com/php-string-hashing-functions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Encode-Decode Functions</title>
		<link>http://www.phpcodebase.com/php-encode-decode-functions/</link>
		<comments>http://www.phpcodebase.com/php-encode-decode-functions/#comments</comments>
		<pubDate>Fri, 08 Jul 2011 10:37:58 +0000</pubDate>
		<dc:creator>Avi</dc:creator>
				<category><![CDATA[PHP Basics]]></category>
		<category><![CDATA[PHP Functions]]></category>
		<category><![CDATA[convert_uudecode()]]></category>
		<category><![CDATA[encide/decode functions in PHP]]></category>
		<category><![CDATA[php decode functions]]></category>
		<category><![CDATA[php encode functions]]></category>
		<category><![CDATA[PHP Encode-Decode Functions]]></category>
		<category><![CDATA[quoted_printable_decode()]]></category>
		<category><![CDATA[quoted_printable_encode()]]></category>

		<guid isPermaLink="false">http://www.phpcodebase.com/?p=279</guid>
		<description><![CDATA[PHP has four functions for encoding and decoding the strings. Below are those functions. 
convert_uudecode(), convert_uuencode(), quoted_printable_decode(), quoted_printable_encode()]]></description>
		<wfw:commentRss>http://www.phpcodebase.com/php-encode-decode-functions/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<series:name><![CDATA[PHP String Functions]]></series:name>
	</item>
		<item>
		<title>PHP String trimming Functions</title>
		<link>http://www.phpcodebase.com/php-string-trimming-functions/</link>
		<comments>http://www.phpcodebase.com/php-string-trimming-functions/#comments</comments>
		<pubDate>Wed, 06 Jul 2011 10:31:29 +0000</pubDate>
		<dc:creator>Avi</dc:creator>
				<category><![CDATA[PHP Basics]]></category>
		<category><![CDATA[PHP Functions]]></category>
		<category><![CDATA[chop() in php]]></category>
		<category><![CDATA[ltrim() in php]]></category>
		<category><![CDATA[php string fucntions]]></category>
		<category><![CDATA[php string trim function]]></category>
		<category><![CDATA[rtrim() in php]]></category>
		<category><![CDATA[trim() in php]]></category>

		<guid isPermaLink="false">http://www.phpcodebase.com/?p=273</guid>
		<description><![CDATA[PHP has four functions to perform the trimming functionality on string.
Here are the functions for trimming operation on string. trim(), ltrim(), rtrim(), chop()]]></description>
		<wfw:commentRss>http://www.phpcodebase.com/php-string-trimming-functions/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<series:name><![CDATA[PHP String Functions]]></series:name>
	</item>
		<item>
		<title>PHP String Output Functions</title>
		<link>http://www.phpcodebase.com/php-string-output-functions/</link>
		<comments>http://www.phpcodebase.com/php-string-output-functions/#comments</comments>
		<pubDate>Tue, 05 Jul 2011 08:54:29 +0000</pubDate>
		<dc:creator>Avi</dc:creator>
				<category><![CDATA[PHP Basics]]></category>
		<category><![CDATA[PHP Functions]]></category>
		<category><![CDATA[echo()]]></category>
		<category><![CDATA[fprintf()]]></category>
		<category><![CDATA[PHP String function]]></category>
		<category><![CDATA[printf()]]></category>
		<category><![CDATA[sprintf()]]></category>
		<category><![CDATA[string mipulation functions]]></category>
		<category><![CDATA[vfprintf()]]></category>
		<category><![CDATA[vprintf()]]></category>
		<category><![CDATA[vsprintf()]]></category>

		<guid isPermaLink="false">http://www.phpcodebase.com/?p=262</guid>
		<description><![CDATA[PHP has several ways to output the string. Most commanly used function is echo. Lets get into all PHP String output Functions.]]></description>
		<wfw:commentRss>http://www.phpcodebase.com/php-string-output-functions/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<series:name><![CDATA[PHP String Functions]]></series:name>
	</item>
		<item>
		<title>2XX HTTP Status Codes</title>
		<link>http://www.phpcodebase.com/2xx-http-status-codes/</link>
		<comments>http://www.phpcodebase.com/2xx-http-status-codes/#comments</comments>
		<pubDate>Sun, 03 Jul 2011 17:54:02 +0000</pubDate>
		<dc:creator>Avi</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Status Codes]]></category>
		<category><![CDATA[Web Server]]></category>
		<category><![CDATA[200 OK Status code]]></category>
		<category><![CDATA[201 Created Status code]]></category>
		<category><![CDATA[202 Accepted Status code]]></category>
		<category><![CDATA[204 No Content Status code]]></category>
		<category><![CDATA[206 partial content Status code]]></category>
		<category><![CDATA[HTTP 2XX Status Codes]]></category>
		<category><![CDATA[HTTP Status Codes]]></category>
		<category><![CDATA[HTTP Success Status Codes]]></category>

		<guid isPermaLink="false">http://www.phpcodebase.com/?p=252</guid>
		<description><![CDATA[This class of codes indicates that action requested by client was received, understood, accepted and processed successfully.]]></description>
		<wfw:commentRss>http://www.phpcodebase.com/2xx-http-status-codes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<series:name><![CDATA[HTTP Status Codes]]></series:name>
	</item>
		<item>
		<title>PHP String Quoting/Unquoting Functions</title>
		<link>http://www.phpcodebase.com/php-string-quoting-unquoting-functions/</link>
		<comments>http://www.phpcodebase.com/php-string-quoting-unquoting-functions/#comments</comments>
		<pubDate>Wed, 29 Jun 2011 12:15:13 +0000</pubDate>
		<dc:creator>Avi</dc:creator>
				<category><![CDATA[PHP Basics]]></category>
		<category><![CDATA[PHP Functions]]></category>
		<category><![CDATA[php addcslashes]]></category>
		<category><![CDATA[php addslashes]]></category>
		<category><![CDATA[php mysql_real_escape_string]]></category>
		<category><![CDATA[php Quoting functions]]></category>
		<category><![CDATA[PHP string functions]]></category>
		<category><![CDATA[php stripcslashes]]></category>
		<category><![CDATA[php stripslashes]]></category>
		<category><![CDATA[PHP Unquoting functions]]></category>

		<guid isPermaLink="false">http://www.phpcodebase.com/?p=245</guid>
		<description><![CDATA[PHP have several functions for Quoting and Unquoting the string. These functions are used while we want to insert the data or fetching the data from the database. This will work against the SQL Injection. Please note that these functions will not remove the SQL Injection attack, there are several other GOOD methods available to remove the SQL Injection Like PDO.]]></description>
		<wfw:commentRss>http://www.phpcodebase.com/php-string-quoting-unquoting-functions/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<series:name><![CDATA[PHP String Functions]]></series:name>
	</item>
		<item>
		<title>PHP Rounding Functions</title>
		<link>http://www.phpcodebase.com/php-rounding-functions/</link>
		<comments>http://www.phpcodebase.com/php-rounding-functions/#comments</comments>
		<pubDate>Sat, 25 Jun 2011 04:33:23 +0000</pubDate>
		<dc:creator>Avi</dc:creator>
				<category><![CDATA[PHP Basics]]></category>
		<category><![CDATA[PHP Functions]]></category>
		<category><![CDATA[ceil() in PHP]]></category>
		<category><![CDATA[different rounding function]]></category>
		<category><![CDATA[floor() in PHP]]></category>
		<category><![CDATA[PHP Rounding Functions]]></category>
		<category><![CDATA[Rouding Functions in PHP Explained]]></category>
		<category><![CDATA[round vs ceil vs floor]]></category>
		<category><![CDATA[round() in PHP]]></category>
		<category><![CDATA[rounding functions]]></category>

		<guid isPermaLink="false">http://www.phpcodebase.com/?p=232</guid>
		<description><![CDATA[There are three main functions for rounding the numbers in various ways. We must know the difference between all three.
These functions are round(), ceil() and floor().]]></description>
		<wfw:commentRss>http://www.phpcodebase.com/php-rounding-functions/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! -->
