<?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: Format bytes with PHP – B, KB, MB, GB, TB, PB, EB, ZB, YB converter</title>
	<atom:link href="http://www.if-not-true-then-false.com/2009/format-bytes-with-php-b-kb-mb-gb-tb-pb-eb-zb-yb-converter/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.if-not-true-then-false.com/2009/format-bytes-with-php-b-kb-mb-gb-tb-pb-eb-zb-yb-converter/</link>
	<description>If !1 0 &#124; Linux and Development Guides</description>
	<lastBuildDate>Fri, 10 Feb 2012 20:00:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<a href="http://www.if-not-true-then-false.com/hp/fitting.php" style="padding:0;margin:0;" rel="nofollow"><!-- podcast --></a>	<item>
		<title>By: Oliver Nassar</title>
		<link>http://www.if-not-true-then-false.com/2009/format-bytes-with-php-b-kb-mb-gb-tb-pb-eb-zb-yb-converter/comment-page-1/#comment-20</link>
		<dc:creator>Oliver Nassar</dc:creator>
		<pubDate>Sun, 10 Jan 2010 05:05:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.if-not-true-then-false.com/?p=360#comment-20</guid>
		<description>Raaaddddd!
Thanks dude. Saved me a bunch of time.

I used this for formating bytes, btw:

        /**
         * filesize function.
         * 
         * @access public
         * @static
         * @param mixed $size
         * @param int $round. (default: 0)
         * @return void
         */
        // http://www.veign.com/code-view.php?type=web&amp;codeid=74
        public static function filesize($size, $round = 0) {
            $sizes = array(&#039;b&#039;, &#039;kb&#039;, &#039;meg&#039;, &#039;gb&#039;, &#039;tb&#039;, &#039;pb&#039;, &#039;eb&#039;, &#039;zb&#039;, &#039;yb&#039;);
            for ($i=0; $size &gt; 1024 &amp;&amp; isset($sizes[$i+1]); $i++) $size /= 1024;
            return round($size, $round).$sizes[$i];
        }</description>
		<content:encoded><![CDATA[<p>Raaaddddd!<br />
Thanks dude. Saved me a bunch of time.</p>
<p>I used this for formating bytes, btw:</p>
<p>        /**<br />
         * filesize function.<br />
         *<br />
         * @access public<br />
         * @static<br />
         * @param mixed $size<br />
         * @param int $round. (default: 0)<br />
         * @return void<br />
         */<br />
        // <a href="http://www.veign.com/code-view.php?type=web&#038;codeid=74" rel="nofollow">http://www.veign.com/code-view.php?type=web&#038;codeid=74</a><br />
        public static function filesize($size, $round = 0) {<br />
            $sizes = array(&#8216;b&#8217;, &#8216;kb&#8217;, &#8216;meg&#8217;, &#8216;gb&#8217;, &#8216;tb&#8217;, &#8216;pb&#8217;, &#8216;eb&#8217;, &#8216;zb&#8217;, &#8216;yb&#8217;);<br />
            for ($i=0; $size &gt; 1024 &amp;&amp; isset($sizes[$i+1]); $i++) $size /= 1024;<br />
            return round($size, $round).$sizes[$i];<br />
        }</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Egonomik » PHP &#8211; Byte dönüştürme fonksiyonu (Convert bytes)</title>
		<link>http://www.if-not-true-then-false.com/2009/format-bytes-with-php-b-kb-mb-gb-tb-pb-eb-zb-yb-converter/comment-page-1/#comment-17</link>
		<dc:creator>Egonomik » PHP &#8211; Byte dönüştürme fonksiyonu (Convert bytes)</dc:creator>
		<pubDate>Tue, 05 Jan 2010 09:11:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.if-not-true-then-false.com/?p=360#comment-17</guid>
		<description>[...] &quot;n&quot;; echo byteFormat&#040;1099511627776, &quot;PB&quot;, 6&#041; . &quot;n&quot;;Kaynak: if-not-true-then-false.com Düzenleme için Umut&#8216;a teşekkürler. Benzer YazılarPHP &#8211; Resim üzerine yazı yazma [...]</description>
		<content:encoded><![CDATA[<p>[...] &quot;n&quot;; echo byteFormat&#40;1099511627776, &quot;PB&quot;, 6&#41; . &quot;n&quot;;Kaynak: if-not-true-then-false.com Düzenleme için Umut&#8216;a teşekkürler. Benzer YazılarPHP &#8211; Resim üzerine yazı yazma [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- This Quick Cache file was built for (  www.if-not-true-then-false.com/2009/format-bytes-with-php-b-kb-mb-gb-tb-pb-eb-zb-yb-converter/feed/ ) in 0.07697 seconds, on Feb 11th, 2012 at 7:46 am UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 11th, 2012 at 8:46 am UTC -->
