<?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: Remove NULL values from PHP arrays with 1 line</title>
	<atom:link href="http://briancray.com/2009/04/25/remove-null-values-php-arrays/feed/" rel="self" type="application/rss+xml" />
	<link>http://briancray.com/2009/04/25/remove-null-values-php-arrays/</link>
	<description>User Experience Design, Web Development, and Internet Marketing</description>
	<lastBuildDate>Sun, 15 Jan 2012 00:45:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com" />
	<atom:link rel="hub" href="http://superfeedr.com/hubbub" />
		<item>
		<title>By: Josh</title>
		<link>http://briancray.com/2009/04/25/remove-null-values-php-arrays/#comment-32743</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Fri, 11 Feb 2011 09:18:03 +0000</pubDate>
		<guid isPermaLink="false">http://briancray.com/?p=437#comment-32743</guid>
		<description>$new_array_without_nulls = array_filter($array_with_nulls);

This does also strip empty arrays within the array... not what *I* understand should be treated as NULL...</description>
		<content:encoded><![CDATA[<p>$new_array_without_nulls = array_filter($array_with_nulls);</p>
<p>This does also strip empty arrays within the array&#8230; not what *I* understand should be treated as NULL&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rvdavid</title>
		<link>http://briancray.com/2009/04/25/remove-null-values-php-arrays/#comment-32738</link>
		<dc:creator>rvdavid</dc:creator>
		<pubDate>Sat, 05 Feb 2011 20:35:41 +0000</pubDate>
		<guid isPermaLink="false">http://briancray.com/?p=437#comment-32738</guid>
		<description>You should update your example to use is_scalar() as the callback function rather than strlen().

Using an strlen callback will filter out empty string values still and not just  _NULL_ values only as currently advertised.</description>
		<content:encoded><![CDATA[<p>You should update your example to use is_scalar() as the callback function rather than strlen().</p>
<p>Using an strlen callback will filter out empty string values still and not just  _NULL_ values only as currently advertised.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Calvin Froedge</title>
		<link>http://briancray.com/2009/04/25/remove-null-values-php-arrays/#comment-32734</link>
		<dc:creator>Calvin Froedge</dc:creator>
		<pubDate>Wed, 02 Feb 2011 12:52:23 +0000</pubDate>
		<guid isPermaLink="false">http://briancray.com/?p=437#comment-32734</guid>
		<description>Aha!  Kudos!</description>
		<content:encoded><![CDATA[<p>Aha!  Kudos!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arnaldo</title>
		<link>http://briancray.com/2009/04/25/remove-null-values-php-arrays/#comment-32680</link>
		<dc:creator>Arnaldo</dc:creator>
		<pubDate>Sun, 14 Nov 2010 18:15:58 +0000</pubDate>
		<guid isPermaLink="false">http://briancray.com/?p=437#comment-32680</guid>
		<description>thanks  so much,
Arnaldo Guido</description>
		<content:encoded><![CDATA[<p>thanks  so much,<br />
Arnaldo Guido</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Buzzknow</title>
		<link>http://briancray.com/2009/04/25/remove-null-values-php-arrays/#comment-32631</link>
		<dc:creator>Buzzknow</dc:creator>
		<pubDate>Sun, 19 Sep 2010 17:29:58 +0000</pubDate>
		<guid isPermaLink="false">http://briancray.com/?p=437#comment-32631</guid>
		<description>nice 1 line code !!

thanks dude</description>
		<content:encoded><![CDATA[<p>nice 1 line code !!</p>
<p>thanks dude</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Remove NULL values from PHP arrays with 1 line &#171; PHP Code Search</title>
		<link>http://briancray.com/2009/04/25/remove-null-values-php-arrays/#comment-32534</link>
		<dc:creator>Remove NULL values from PHP arrays with 1 line &#171; PHP Code Search</dc:creator>
		<pubDate>Wed, 01 Sep 2010 09:29:28 +0000</pubDate>
		<guid isPermaLink="false">http://briancray.com/?p=437#comment-32534</guid>
		<description>[...] Thanks to http://briancray.com/2009/04/25/remove-null-values-php-arrays/ [...]</description>
		<content:encoded><![CDATA[<p>[...] Thanks to http://briancray.com/2009/04/25/remove-null-values-php-arrays/ [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NXie</title>
		<link>http://briancray.com/2009/04/25/remove-null-values-php-arrays/#comment-32429</link>
		<dc:creator>NXie</dc:creator>
		<pubDate>Thu, 24 Jun 2010 02:10:17 +0000</pubDate>
		<guid isPermaLink="false">http://briancray.com/?p=437#comment-32429</guid>
		<description>Nice job. Exactly what I was looking for.</description>
		<content:encoded><![CDATA[<p>Nice job. Exactly what I was looking for.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Impossibly simple image randomizer with jQuery</title>
		<link>http://briancray.com/2009/04/25/remove-null-values-php-arrays/#comment-31637</link>
		<dc:creator>Impossibly simple image randomizer with jQuery</dc:creator>
		<pubDate>Mon, 04 Jan 2010 04:05:44 +0000</pubDate>
		<guid isPermaLink="false">http://briancray.com/?p=437#comment-31637</guid>
		<description>[...] or advertisment on each new pageview. I&#8217;m always looking for ways to simplify code [see 1, 2, 3], and naturally, I tried to do it [...]</description>
		<content:encoded><![CDATA[<p>[...] or advertisment on each new pageview. I&#8217;m always looking for ways to simplify code [see 1, 2, 3], and naturally, I tried to do it [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://briancray.com/2009/04/25/remove-null-values-php-arrays/#comment-26662</link>
		<dc:creator>David</dc:creator>
		<pubDate>Mon, 27 Jul 2009 08:38:28 +0000</pubDate>
		<guid isPermaLink="false">http://briancray.com/?p=437#comment-26662</guid>
		<description>is_scalar will work for Cometbus&#039; sample array.</description>
		<content:encoded><![CDATA[<p>is_scalar will work for Cometbus&#8217; sample array.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Cray</title>
		<link>http://briancray.com/2009/04/25/remove-null-values-php-arrays/#comment-1243</link>
		<dc:creator>Brian Cray</dc:creator>
		<pubDate>Mon, 27 Apr 2009 18:26:03 +0000</pubDate>
		<guid isPermaLink="false">http://briancray.com/?p=437#comment-1243</guid>
		<description>Cometbus:

You&#039;re right about that. I added my original code for this tutorial, which removes ONLY NULL values.</description>
		<content:encoded><![CDATA[<p>Cometbus:</p>
<p>You&#8217;re right about that. I added my original code for this tutorial, which removes ONLY NULL values.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

