<?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>Комментарии: Проверка числа PHP</title>
	<atom:link href="http://phpmysqlmaker.com/2008/08/28/47/feed" rel="self" type="application/rss+xml" />
	<link>http://phpmysqlmaker.com/2008/08/28/47</link>
	<description>Записки разработчика</description>
	<lastBuildDate>Tue, 18 May 2010 11:27:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>Автор: admin</title>
		<link>http://phpmysqlmaker.com/2008/08/28/47/comment-page-1#comment-1362</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 30 Nov 2009 06:54:28 +0000</pubDate>
		<guid isPermaLink="false">http://phpmysqlmaker.com/2008/08/28/47#comment-1362</guid>
		<description>За этим

Finds whether the given variable is numeric. Numeric strings consist of optional sign, any number of digits, optional decimal part and optional exponential part. Thus +0123.45e6 is a valid numeric value. Hexadecimal notation (0xFF) is allowed too but only without sign, decimal and exponential part. 

http://ru2.php.net/is_numeric</description>
		<content:encoded><![CDATA[<p>За этим</p>
<p>Finds whether the given variable is numeric. Numeric strings consist of optional sign, any number of digits, optional decimal part and optional exponential part. Thus +0123.45e6 is a valid numeric value. Hexadecimal notation (0xFF) is allowed too but only without sign, decimal and exponential part. </p>
<p><a href="http://ru2.php.net/is_numeric" rel="nofollow">http://ru2.php.net/is_numeric</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Автор: Dmitry</title>
		<link>http://phpmysqlmaker.com/2008/08/28/47/comment-page-1#comment-1361</link>
		<dc:creator>Dmitry</dc:creator>
		<pubDate>Sun, 29 Nov 2009 15:56:36 +0000</pubDate>
		<guid isPermaLink="false">http://phpmysqlmaker.com/2008/08/28/47#comment-1361</guid>
		<description>зачем велосипед изобрел? =)

is_numeric

(PHP 4, PHP 5)

is_numeric - определяет, является ли переменная числом или числовой строкой.
Описание

bool is_numeric (mixed var)

Возвращает TRUE, если var является числом или числовой строкой, FALSE - в ином случае.

http://php.su/functions/?is_numeric</description>
		<content:encoded><![CDATA[<p>зачем велосипед изобрел? =)</p>
<p>is_numeric</p>
<p>(PHP 4, PHP 5)</p>
<p>is_numeric &#8211; определяет, является ли переменная числом или числовой строкой.<br />
Описание</p>
<p>bool is_numeric (mixed var)</p>
<p>Возвращает TRUE, если var является числом или числовой строкой, FALSE &#8211; в ином случае.</p>
<p><a href="http://php.su/functions/?is_numeric" rel="nofollow">http://php.su/functions/?is_numeric</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
