<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DZone Snippets: file code</title>
    <link>http://snippets.dzone.com/posts</link>
    <pubDate>Sun, 07 Sep 2008 22:18:16 GMT</pubDate>
    <description>DZone Snippets: file code</description>
    <item>
      <title>Get file extension</title>
      <link>http://snippets.dzone.com/posts/show/2776</link>
      <description>&lt;code&gt;&lt;br /&gt;function file_extension($filename)&lt;br /&gt;{&lt;br /&gt;    $path_info = pathinfo($filename);&lt;br /&gt;    return $path_info['extension'];&lt;br /&gt;}&lt;br /&gt;&lt;/code&gt;</description>
      <pubDate>Wed, 04 Oct 2006 09:09:14 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/2776</guid>
      <author>stancell (Algimantas Stancelis)</author>
    </item>
  </channel>
</rss>
