<?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/"
	>

<channel>
	<title>Forums, Blogs, Wikis &#187; snippet</title>
	<atom:link href="http://forumsblogswikis.com/tag/snippet/feed/" rel="self" type="application/rss+xml" />
	<link>http://forumsblogswikis.com</link>
	<description>News on forums, blogs, wikis, cms, etc</description>
	<lastBuildDate>Sat, 05 May 2012 17:33:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>isDivisible function for PHP</title>
		<link>http://forumsblogswikis.com/2008/11/15/isdivisible-function-for-php/</link>
		<comments>http://forumsblogswikis.com/2008/11/15/isdivisible-function-for-php/#comments</comments>
		<pubDate>Sat, 15 Nov 2008 21:45:41 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[snippet]]></category>

		<guid isPermaLink="false">http://forumsblogswikis.com/?p=320</guid>
		<description><![CDATA[A quick function to check if a number is divisible by another. PLAIN TEXT PHP: function isDivisible&#40;$number, $divisibleBy&#41; &#160; &#160; &#123; &#160; &#160; if &#40;$number % $divisibleBy == 0&#41; &#160; &#160; &#160; &#160; return true; &#160; &#160; return false; &#160; &#160; &#125;]]></description>
		<wfw:commentRss>http://forumsblogswikis.com/2008/11/15/isdivisible-function-for-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

