<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - satie83</title>
<link>http://snipplr.com/users/satie83/language/php</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sat, 25 May 2013 11:45:35 GMT</pubDate>
<item>
<title>(PHP) PHP - Remove all non-numeric characters</title>
<link>http://snipplr.com/view/66250/php--remove-all-nonnumeric-characters/</link>
<description><![CDATA[ <p>Sometimes it’s helpful to ONLY get numeric characters.
Phone numbers, age — whatever your little PHP heart desires.</p> ]]></description>
<pubDate>Fri, 20 Jul 2012 22:17:59 GMT</pubDate>
<guid>http://snipplr.com/view/66250/php--remove-all-nonnumeric-characters/</guid>
</item>
<item>
<title>(PHP) PHP - How to check if string contains substring PHP</title>
<link>http://snipplr.com/view/66212/php--how-to-check-if-string-contains-substring-php/</link>
<description><![CDATA[ <p>Once in a while we need to check whether a string contains substring, some other string or characters or a value. Checking for existence of a string (or substring) inside another string is easier than it might seem. The following article describes how to check for whether a string contains string in PHP, or simply said how to find string within string in PHP.</p> ]]></description>
<pubDate>Wed, 18 Jul 2012 20:48:04 GMT</pubDate>
<guid>http://snipplr.com/view/66212/php--how-to-check-if-string-contains-substring-php/</guid>
</item>
<item>
<title>(PHP) PHP - Getting Yesterday\'s Date in PHP</title>
<link>http://snipplr.com/view/65560/php--getting-yesterdays-date-in-php/</link>
<description><![CDATA[ <p>Example calculate yesterday, but if you multiply by some number you can get in an easy way, weeks, months or years</p> ]]></description>
<pubDate>Tue, 12 Jun 2012 20:46:33 GMT</pubDate>
<guid>http://snipplr.com/view/65560/php--getting-yesterdays-date-in-php/</guid>
</item>
<item>
<title>(PHP) PHP - Function endswith</title>
<link>http://snipplr.com/view/64263/php--function-endswith/</link>
<description><![CDATA[ <p>This function checks if the $stringComplete variable ends with the string $endString.</p> ]]></description>
<pubDate>Sat, 31 Mar 2012 20:32:35 GMT</pubDate>
<guid>http://snipplr.com/view/64263/php--function-endswith/</guid>
</item>
<item>
<title>(PHP) PHP - Sorting of a key on a multi-dimensional array</title>
<link>http://snipplr.com/view/64242/php--sorting-of-a-key-on-a-multidimensional-array/</link>
<description><![CDATA[ <p>A nice way to do sorting of a key on a multi-dimensional array - DavidG</p> ]]></description>
<pubDate>Fri, 30 Mar 2012 22:54:52 GMT</pubDate>
<guid>http://snipplr.com/view/64242/php--sorting-of-a-key-on-a-multidimensional-array/</guid>
</item>
<item>
<title>(PHP) PHP - Convert an object to an associative array</title>
<link>http://snipplr.com/view/64104/php--convert-an-object-to-an-associative-array/</link>
<description><![CDATA[ <p>Converts a php object to an associative array</p> ]]></description>
<pubDate>Thu, 22 Mar 2012 22:25:56 GMT</pubDate>
<guid>http://snipplr.com/view/64104/php--convert-an-object-to-an-associative-array/</guid>
</item>
</channel>
</rss>