<?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: PHP Strings: How to Get the Extension of a File</title>
	<atom:link href="/2011/07/29/php-strings-how-to-get-the-extension-of-a-file/feed/" rel="self" type="application/rss+xml" />
	<link>/2011/07/29/php-strings-how-to-get-the-extension-of-a-file/</link>
	<description>on web development</description>
	<lastBuildDate>Fri, 26 Oct 2018 21:40:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.0.3</generator>
	<item>
		<title>By: Vicky Nandy</title>
		<link>/2011/07/29/php-strings-how-to-get-the-extension-of-a-file/comment-page-1/#comment-414489</link>
		<dc:creator><![CDATA[Vicky Nandy]]></dc:creator>
		<pubDate>Mon, 25 Jul 2016 07:43:08 +0000</pubDate>
		<guid isPermaLink="false">/?p=2335#comment-414489</guid>
		<description><![CDATA[Hello Friend,  how to distinguish the file among .php file, .pdf, .mp3, .jpg etc using php.
I want fetch the name separatly. please help me out.]]></description>
		<content:encoded><![CDATA[<p>Hello Friend,  how to distinguish the file among .php file, .pdf, .mp3, .jpg etc using php.<br />
I want fetch the name separatly. please help me out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gav</title>
		<link>/2011/07/29/php-strings-how-to-get-the-extension-of-a-file/comment-page-1/#comment-14387</link>
		<dc:creator><![CDATA[Gav]]></dc:creator>
		<pubDate>Sun, 31 Jul 2011 17:20:03 +0000</pubDate>
		<guid isPermaLink="false">/?p=2335#comment-14387</guid>
		<description><![CDATA[Wouldn&#039;t work for .tar.gz though would it, a better method is pathinfo(&#039;/path/to/file.tar.gz&#039;, PATHINFO_EXTENSION); or if your using SPL SplFileInfo::getExtension(); works]]></description>
		<content:encoded><![CDATA[<p>Wouldn&#8217;t work for .tar.gz though would it, a better method is pathinfo(&#8216;/path/to/file.tar.gz&#8217;, PATHINFO_EXTENSION); or if your using SPL SplFileInfo::getExtension(); works</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anom</title>
		<link>/2011/07/29/php-strings-how-to-get-the-extension-of-a-file/comment-page-1/#comment-14384</link>
		<dc:creator><![CDATA[Anom]]></dc:creator>
		<pubDate>Fri, 29 Jul 2011 17:51:40 +0000</pubDate>
		<guid isPermaLink="false">/?p=2335#comment-14384</guid>
		<description><![CDATA[I prefer this:

echo end(explode(&#039;.&#039;,$filename));]]></description>
		<content:encoded><![CDATA[<p>I prefer this:</p>
<p>echo end(explode(&#8216;.&#8217;,$filename));</p>
]]></content:encoded>
	</item>
</channel>
</rss>
