<?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:media="http://search.yahoo.com/mrss/">

<channel>
	<title>Barattalo &#187; filesize</title>
	<atom:link href="http://www.barattalo.it/tag/filesize/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.barattalo.it</link>
	<description>code snippets, classes and other stuff for developers</description>
	<lastBuildDate>Mon, 07 Nov 2011 11:40:19 +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>Calculate dir size recursively with PHP (and count files)</title>
		<link>http://www.barattalo.it/2010/02/01/calculate-dir-size-recursively/</link>
		<comments>http://www.barattalo.it/2010/02/01/calculate-dir-size-recursively/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 12:08:08 +0000</pubDate>
		<dc:creator>Giulio Pons</dc:creator>
				<category><![CDATA[Php]]></category>
		<category><![CDATA[count]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[filesize]]></category>
		<category><![CDATA[gigabyte]]></category>
		<category><![CDATA[megabyte]]></category>
		<category><![CDATA[opendir]]></category>
		<category><![CDATA[recursive]]></category>
		<category><![CDATA[recursively]]></category>

		<guid isPermaLink="false">http://www.barattalo.it/?p=204</guid>
		<description><![CDATA[This small PHP function lets you calculate the dir size entering each sub dir and making the sum of the filesize of every file contained. Returns an array of two values: size and numbers of file. The second function shows how format the size in a more readable way (with abbreviation MB, KB, GB). If [...]


Related posts:<ol><li><a href='http://www.barattalo.it/2010/02/09/asp-function-to-count-files-in-a-folder/' rel='bookmark' title='ASP Function to count files in a folder'>ASP Function to count files in a folder</a></li>
<li><a href='http://www.barattalo.it/2010/02/10/php-how-to-calculate-age-from-date-of-birth/' rel='bookmark' title='PHP how to calculate age from date of birth'>PHP how to calculate age from date of birth</a></li>
<li><a href='http://www.barattalo.it/2010/01/16/copying-remote-files-on-your-server-with-php/' rel='bookmark' title='Copying remote files on your server with PHP'>Copying remote files on your server with PHP</a></li>
<li><a href='http://www.barattalo.it/2010/01/19/recursive-chmod-on-files-and-directory/' rel='bookmark' title='Recursive chmod on files and directory'>Recursive chmod on files and directory</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.barattalo.it/2010/02/01/calculate-dir-size-recursively/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

