<?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>空白 | ウダ2Blog</title>
	<atom:link href="https://uda2.com/blog/tag/%e7%a9%ba%e7%99%bd/feed/" rel="self" type="application/rss+xml" />
	<link>https://uda2.com/blog</link>
	<description>大阪でフリーランスとしてWEB制作している管理人が気になった技術をメモったり、作ったツールの紹介などを綴っているブログです。</description>
	<lastBuildDate>Sat, 12 Jan 2008 14:05:04 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>
	<item>
		<title>いろんな空白</title>
		<link>https://uda2.com/blog/post_14/</link>
					<comments>https://uda2.com/blog/post_14/#respond</comments>
		
		<dc:creator><![CDATA[uda2]]></dc:creator>
		<pubDate>Sat, 12 Jan 2008 14:05:04 +0000</pubDate>
				<category><![CDATA[制作日記]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[空白]]></category>
		<guid isPermaLink="false">http://uda2.com/wordpress/2008/01/post_14.html</guid>

					<description><![CDATA[<p>PHPに関わらず大抵の言語で$a==&#34;&#34;ってすると未定義のものもNULLのモノもTRUEを返す。 そこで調べてみた。 if ($a==&#34;&#34;) print &#34;true&#038;qu</p>
The post <a href="https://uda2.com/blog/post_14/">いろんな空白</a> first appeared on <a href="https://uda2.com/blog">ウダ2Blog</a>.]]></description>
										<content:encoded><![CDATA[<p>PHPに関わらず大抵の言語で$a==&quot;&quot;ってすると未定義のものもNULLのモノもTRUEを返す。<br />
そこで調べてみた。<br />
if ($a==&quot;&quot;) print &quot;true&quot;;<br />
$aが&quot;&quot;の場合だけでなく未定義、NULL、0、&quot;0&quot;、FALSE、array() なども&quot;true&quot;を返す。<br />
下記も同様の動きをする。<br />
if (!$a) print &quot;true&quot;;<br />
if (empty($a)) print &quot;true&quot;;</p>The post <a href="https://uda2.com/blog/post_14/">いろんな空白</a> first appeared on <a href="https://uda2.com/blog">ウダ2Blog</a>.]]></content:encoded>
					
					<wfw:commentRss>https://uda2.com/blog/post_14/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
