<?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 Human File Size Function</title>
	<atom:link href="https://rommelsantor.com/clog/2011/11/19/php-human-file-size-function/feed/" rel="self" type="application/rss+xml" />
	<link>https://rommelsantor.com/clog/2011/11/19/php-human-file-size-function/</link>
	<description>my exploits and misadventures in programming</description>
	<lastBuildDate>Wed, 18 Feb 2015 21:43:38 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.0.38</generator>
	<item>
		<title>By: Andrew Milsted</title>
		<link>https://rommelsantor.com/clog/2011/11/19/php-human-file-size-function/comment-page-1/#comment-25528</link>
		<dc:creator><![CDATA[Andrew Milsted]]></dc:creator>
		<pubDate>Sat, 30 Mar 2013 10:00:53 +0000</pubDate>
		<guid isPermaLink="false">http://rommelsantor.com/clog/?p=281#comment-25528</guid>
		<description><![CDATA[I really like the function, a lot more elegant that doing a loop, just had a thought your strlen function to get the $factor is base 1000 when bytes is base 1024
have you thought of: 
$factor = floor(log($bytes,1024));]]></description>
		<content:encoded><![CDATA[<p>I really like the function, a lot more elegant that doing a loop, just had a thought your strlen function to get the $factor is base 1000 when bytes is base 1024<br />
have you thought of:<br />
$factor = floor(log($bytes,1024));</p>
]]></content:encoded>
	</item>
</channel>
</rss>
