<?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 Version_Compare()</title>
	<atom:link href="http://www.webmaster-source.com/2009/05/15/php-version_compare/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webmaster-source.com/2009/05/15/php-version_compare/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=php-version_compare</link>
	<description>Useful Resources For Webmasters</description>
	<lastBuildDate>Thu, 09 Feb 2012 17:02:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: The Frosty</title>
		<link>http://www.webmaster-source.com/2009/05/15/php-version_compare/#comment-11972</link>
		<dc:creator>The Frosty</dc:creator>
		<pubDate>Wed, 15 Sep 2010 23:10:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmaster-source.com/?p=2153#comment-11972</guid>
		<description>This came in handy! But, I modified it a bit for the familiarity of WordPress use:


function is_version( $version = &#039;3.0&#039; ) {
	global $wp_version;
	
	if ( version_compare( $wp_version, $version, &#039;&lt;&#039; ) ) {
		return false;
	}
	return true;
}
</description>
		<content:encoded><![CDATA[<p>This came in handy! But, I modified it a bit for the familiarity of WordPress use:</p>
<p>function is_version( $version = &#8217;3.0&#8242; ) {<br />
	global $wp_version;</p>
<p>	if ( version_compare( $wp_version, $version, &#8216;&lt;&#039; ) ) {<br />
		return false;<br />
	}<br />
	return true;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By:  Dean Saliba</title>
		<link>http://www.webmaster-source.com/2009/05/15/php-version_compare/#comment-8315</link>
		<dc:creator> Dean Saliba</dc:creator>
		<pubDate>Sun, 24 May 2009 20:43:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmaster-source.com/?p=2153#comment-8315</guid>
		<description>This is very interesting. I am going to hate it when all plugins start insisting on PHP 5 as I have a couple of scripts (nothing to do with my blogs) that are no longer updated that will not work on PHP 5. :(  </description>
		<content:encoded><![CDATA[<p>This is very interesting. I am going to hate it when all plugins start insisting on PHP 5 as I have a couple of scripts (nothing to do with my blogs) that are no longer updated that will not work on PHP 5. <img src='http://media.webmaster-source.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Served from: www.webmaster-source.com @ 2012-02-09 20:59:36 by W3 Total Cache -->
