<?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: Using PHP&#8217;s array_diff in Algorithm Development</title>
	<atom:link href="/2010/10/03/using-php-array_diff-in-algorithm-development/feed/" rel="self" type="application/rss+xml" />
	<link>/2010/10/03/using-php-array_diff-in-algorithm-development/</link>
	<description>on web development</description>
	<lastBuildDate>Fri, 26 Oct 2018 21:40:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.0.3</generator>
	<item>
		<title>By: abcphp.com</title>
		<link>/2010/10/03/using-php-array_diff-in-algorithm-development/comment-page-1/#comment-13431</link>
		<dc:creator><![CDATA[abcphp.com]]></dc:creator>
		<pubDate>Mon, 04 Oct 2010 10:38:18 +0000</pubDate>
		<guid isPermaLink="false">/?p=2010#comment-13431</guid>
		<description><![CDATA[&lt;strong&gt;Using PHP’s array_diff in Algorithm Development...&lt;/strong&gt;

array_diff can be really powerful. Once you’ve to find the different elements between two arrays you’ve to use array_diff. Here’s a case when you can use it while coding a simple algorithm....]]></description>
		<content:encoded><![CDATA[<p><strong>Using PHP’s array_diff in Algorithm Development&#8230;</strong></p>
<p>array_diff can be really powerful. Once you’ve to find the different elements between two arrays you’ve to use array_diff. Here’s a case when you can use it while coding a simple algorithm&#8230;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
