<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: 2 Methods for Finding File Extensions in PHP</title>
	<atom:link href="http://blog.zurka.us/2-methods-for-finding-file-extensions-in-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.zurka.us/2-methods-for-finding-file-extensions-in-php/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 31 Aug 2011 04:40:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: nasal</title>
		<link>http://blog.zurka.us/2-methods-for-finding-file-extensions-in-php/comment-page-1/#comment-293</link>
		<dc:creator>nasal</dc:creator>
		<pubDate>Thu, 26 Feb 2009 00:34:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.zurka.us/?p=859#comment-293</guid>
		<description>Thanks for the input, didn&#039;t know about this one!</description>
		<content:encoded><![CDATA[<p>Thanks for the input, didn&#8217;t know about this one!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ric</title>
		<link>http://blog.zurka.us/2-methods-for-finding-file-extensions-in-php/comment-page-1/#comment-292</link>
		<dc:creator>Ric</dc:creator>
		<pubDate>Wed, 25 Feb 2009 21:55:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.zurka.us/?p=859#comment-292</guid>
		<description>How about PHP&#039;s pathinfo function? That will give you an associative array, with dirname, basename, extension and filename.</description>
		<content:encoded><![CDATA[<p>How about PHP&#8217;s pathinfo function? That will give you an associative array, with dirname, basename, extension and filename.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://blog.zurka.us/2-methods-for-finding-file-extensions-in-php/comment-page-1/#comment-291</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Wed, 25 Feb 2009 20:51:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.zurka.us/?p=859#comment-291</guid>
		<description>$ext = pathinfo(&#039;something.jpg&#039;, PATHINFO_EXTENSION);</description>
		<content:encoded><![CDATA[<p>$ext = pathinfo(&#8216;something.jpg&#8217;, PATHINFO_EXTENSION);</p>
]]></content:encoded>
	</item>
</channel>
</rss>

