<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/php/tags/even</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Mon, 20 May 2013 07:22:32 GMT</pubDate>
<item>
<title>(PHP) Check if int or string variable is odd - leond</title>
<link>http://snipplr.com/view/43404/check-if-int-or-string-variable-is-odd/</link>
<description><![CDATA[ <p>Checks if a integer or string variable contains odd number. Returns true on odd and false on even.</p> ]]></description>
<pubDate>Tue, 02 Nov 2010 03:16:24 GMT</pubDate>
<guid>http://snipplr.com/view/43404/check-if-int-or-string-variable-is-odd/</guid>
</item>
<item>
<title>(PHP) PHP : INT  is odd or even - giak</title>
<link>http://snipplr.com/view/26435/php--int--is-odd-or-even/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 14 Jan 2010 01:42:43 GMT</pubDate>
<guid>http://snipplr.com/view/26435/php--int--is-odd-or-even/</guid>
</item>
<item>
<title>(PHP) PHP Check if number is odd - Wardy</title>
<link>http://snipplr.com/view/11430/php-check-if-number-is-odd/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 22 Jan 2009 05:55:10 GMT</pubDate>
<guid>http://snipplr.com/view/11430/php-check-if-number-is-odd/</guid>
</item>
<item>
<title>(PHP) highlight even/odd list from database - davidsword</title>
<link>http://snipplr.com/view/8514/highlight-evenodd-list-from-database/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 20 Sep 2008 18:54:05 GMT</pubDate>
<guid>http://snipplr.com/view/8514/highlight-evenodd-list-from-database/</guid>
</item>
<item>
<title>(PHP) Even/Odd - methnen</title>
<link>http://snipplr.com/view/8486/evenodd/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 18 Sep 2008 15:05:19 GMT</pubDate>
<guid>http://snipplr.com/view/8486/evenodd/</guid>
</item>
<item>
<title>(PHP) PHP: IsEven - mattkenefick</title>
<link>http://snipplr.com/view/6351/php-iseven/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 20 May 2008 13:09:31 GMT</pubDate>
<guid>http://snipplr.com/view/6351/php-iseven/</guid>
</item>
<item>
<title>(PHP) How to check if a number is odd or even - andyhartleeds</title>
<link>http://snipplr.com/view/3868/how-to-check-if-a-number-is-odd-or-even/</link>
<description><![CDATA[ <p>How to check if a number is odd or even in PHP. Could also use the MOD (%) function, but apparently this method is better performance-wise.</p> ]]></description>
<pubDate>Tue, 09 Oct 2007 09:31:40 GMT</pubDate>
<guid>http://snipplr.com/view/3868/how-to-check-if-a-number-is-odd-or-even/</guid>
</item>
<item>
<title>(PHP) Drupal - Theme table with columstriping - berkes</title>
<link>http://snipplr.com/view/3607/drupal--theme-table-with-columstriping/</link>
<description><![CDATA[ <p>This snipped adds columnstriping to cells. It works fine for most cases, but will behave strange when combined with colspan. 
Cells get an additional class 'even-col'  or 'odd-col'</p> ]]></description>
<pubDate>Thu, 30 Aug 2007 11:49:19 GMT</pubDate>
<guid>http://snipplr.com/view/3607/drupal--theme-table-with-columstriping/</guid>
</item>
<item>
<title>(PHP) Test if a number is odd or even using bitwise operator - tiaonlab</title>
<link>http://snipplr.com/view/2431/test-if-a-number-is-odd-or-even-using-bitwise-operator/</link>
<description><![CDATA[ <p>In PHP &amp; or AND is a bitwise operator. When used it performs bitwise operation between two numbers. In the following example, the operator will test if the last bit of $number is 1. Thus successfully tests if $number is even or odd.</p> ]]></description>
<pubDate>Wed, 04 Apr 2007 09:25:21 GMT</pubDate>
<guid>http://snipplr.com/view/2431/test-if-a-number-is-odd-or-even-using-bitwise-operator/</guid>
</item>
</channel>
</rss>