<?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: Working with zero filled numbers in PHP</title>
	<atom:link href="http://www.danielkassner.com/2010/05/19/working-with-zero-filled-numbers-in-php/feed" rel="self" type="application/rss+xml" />
	<link>http://www.danielkassner.com/2010/05/19/working-with-zero-filled-numbers-in-php</link>
	<description>Random technology, photos and life</description>
	<lastBuildDate>Fri, 07 Oct 2011 17:09:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4-alpha</generator>
	<item>
		<title>By: nekofu</title>
		<link>http://www.danielkassner.com/2010/05/19/working-with-zero-filled-numbers-in-php/comment-page-1#comment-6406</link>
		<dc:creator>nekofu</dc:creator>
		<pubDate>Tue, 28 Sep 2010 21:21:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.danielkassner.com/?p=301#comment-6406</guid>
		<description>Hey man do you know intval() ?
I think it will replace your zeroremove fonction o_0 preg_replace() is heavy you know.</description>
		<content:encoded><![CDATA[<p>Hey man do you know intval() ?<br />
I think it will replace your zeroremove fonction o_0 preg_replace() is heavy you know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Basch</title>
		<link>http://www.danielkassner.com/2010/05/19/working-with-zero-filled-numbers-in-php/comment-page-1#comment-1387</link>
		<dc:creator>Basch</dc:creator>
		<pubDate>Fri, 28 May 2010 14:01:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.danielkassner.com/?p=301#comment-1387</guid>
		<description>Or just use:
str_pad($num, 3, &quot;0&quot;, STR_PAD_LEFT);

This is a built-in function which is just made to exactly that!</description>
		<content:encoded><![CDATA[<p>Or just use:<br />
str_pad($num, 3, &#8220;0&#8243;, STR_PAD_LEFT);</p>
<p>This is a built-in function which is just made to exactly that!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

