<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - anagaiyahoocom</title>
<link>http://snipplr.com/users/anagaiyahoocom/tags/php</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 22 May 2013 22:22:23 GMT</pubDate>
<item>
<title>(PHP) PHP Code Execution Timing Script</title>
<link>http://snipplr.com/view/64214/php-code-execution-timing-script/</link>
<description><![CDATA[ <p>Place startTime() at beginning where timing is to start. Get the return value and set the start time variable. At end of script to time call execTime($start) passing the start time and this will calculate elapsed time of execution.</p> ]]></description>
<pubDate>Thu, 29 Mar 2012 09:38:47 GMT</pubDate>
<guid>http://snipplr.com/view/64214/php-code-execution-timing-script/</guid>
</item>
<item>
<title>(PHP) Regular expression search multiple matches in PHP</title>
<link>http://snipplr.com/view/60683/regular-expression-search-multiple-matches-in-php/</link>
<description><![CDATA[ <p>This will search for specific type of tag in html doc and extract type attribute value and all attributes after it in tag.</p> ]]></description>
<pubDate>Thu, 10 Nov 2011 09:46:23 GMT</pubDate>
<guid>http://snipplr.com/view/60683/regular-expression-search-multiple-matches-in-php/</guid>
</item>
<item>
<title>(PHP) Convert key/value string into associated array</title>
<link>http://snipplr.com/view/55143/convert-keyvalue-string-into-associated-array/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 11 Jun 2011 02:46:13 GMT</pubDate>
<guid>http://snipplr.com/view/55143/convert-keyvalue-string-into-associated-array/</guid>
</item>
<item>
<title>(PHP) Delete key=value from url query string</title>
<link>http://snipplr.com/view/55142/delete-keyvalue-from-url-query-string/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 11 Jun 2011 02:44:32 GMT</pubDate>
<guid>http://snipplr.com/view/55142/delete-keyvalue-from-url-query-string/</guid>
</item>
<item>
<title>(PHP) Simple Page Caching</title>
<link>http://snipplr.com/view/51624/simple-page-caching/</link>
<description><![CDATA[ <p>Use this to page cache your pages. Will save page output to a file. Will check file modified date to get from file or retrieve again</p> ]]></description>
<pubDate>Wed, 06 Apr 2011 05:14:48 GMT</pubDate>
<guid>http://snipplr.com/view/51624/simple-page-caching/</guid>
</item>
<item>
<title>(PHP) Extracting Page Handle From URL</title>
<link>http://snipplr.com/view/50338/extracting-page-handle-from-url/</link>
<description><![CDATA[ <p>This will extract page handle between last slash and .html</p> ]]></description>
<pubDate>Wed, 09 Mar 2011 05:11:04 GMT</pubDate>
<guid>http://snipplr.com/view/50338/extracting-page-handle-from-url/</guid>
</item>
</channel>
</rss>