<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/php/tags/parser</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 15 Feb 2012 13:24:06 GMT</pubDate>
<item>
<title>(PHP) Extended parse_url: parses a url correctly even with a url as query parameter - tasmanweb</title>
<link>http://snipplr.com/view/52685/extended-parseurl-parses-a-url-correctly-even-with-a-url-as-query-parameter/</link>
<description><![CDATA[ <p>Parses a url correctly even with a url as query parameter,  also retuns dirname, basename and extension besides the other parse_url bits. See comments for more info.</p> ]]></description>
<pubDate>Thu, 28 Apr 2011 01:19:53 GMT</pubDate>
<guid>http://snipplr.com/view/52685/extended-parseurl-parses-a-url-correctly-even-with-a-url-as-query-parameter/</guid>
</item>
<item>
<title>(PHP) Humanize file size - jatkins</title>
<link>http://snipplr.com/view/52611/humanize-file-size/</link>
<description><![CDATA[ <p>Released into the public domain. Append `$unit_sizes_bytes` as you wish to allow for terabytes, petabytes, etc. (if you need that) -- each array item is an array item with the first value being the symbol for the unit and the second item being the minimum value of any file that is at least 1x that unit.</p> ]]></description>
<pubDate>Wed, 27 Apr 2011 01:03:52 GMT</pubDate>
<guid>http://snipplr.com/view/52611/humanize-file-size/</guid>
</item>
<item>
<title>(PHP) Humanize MIME type - jatkins</title>
<link>http://snipplr.com/view/52610/humanize-mime-type/</link>
<description><![CDATA[ <p>Released into the public domain. Amend `$file_types` as you wish to add more types.</p> ]]></description>
<pubDate>Wed, 27 Apr 2011 01:01:31 GMT</pubDate>
<guid>http://snipplr.com/view/52610/humanize-mime-type/</guid>
</item>
<item>
<title>(PHP) XML to JSON (Simple) Parser - Pazuzu</title>
<link>http://snipplr.com/view/51637/xml-to-json-simple-parser/</link>
<description><![CDATA[ <p>The unicode decoding functions were adapted from the Decoder.php source from the Zend Framework.</p> ]]></description>
<pubDate>Wed, 06 Apr 2011 10:00:15 GMT</pubDate>
<guid>http://snipplr.com/view/51637/xml-to-json-simple-parser/</guid>
</item>
<item>
<title>(PHP) iCalReader add-on for Concerts and events - stav</title>
<link>http://snipplr.com/view/39598/icalreader-addon-for-concerts-and-events/</link>
<description><![CDATA[ <p>You can find the ical reader here: http://www.phps.com/scripts/iCalReader.php</p> ]]></description>
<pubDate>Fri, 27 Aug 2010 12:06:20 GMT</pubDate>
<guid>http://snipplr.com/view/39598/icalreader-addon-for-concerts-and-events/</guid>
</item>
<item>
<title>(PHP) URL to HTML link PHP parser - ptejada</title>
<link>http://snipplr.com/view/36383/url-to-html-link-php-parser/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 27 Jun 2010 06:17:49 GMT</pubDate>
<guid>http://snipplr.com/view/36383/url-to-html-link-php-parser/</guid>
</item>
<item>
<title>(PHP) Apache log line parser - mpontus</title>
<link>http://snipplr.com/view/25161/apache-log-line-parser/</link>
<description><![CDATA[ <p>I written this code to parse apache log in common log formats.  It may have problems with irresponsible formatting like non-concluded into quotes request line. I welcome any modifications to my snippet because it was written if short time and this is my first snippet I publish here. Thanks.</p> ]]></description>
<pubDate>Mon, 21 Dec 2009 06:53:13 GMT</pubDate>
<guid>http://snipplr.com/view/25161/apache-log-line-parser/</guid>
</item>
<item>
<title>(PHP) NMEA Parser - vkdwivedi</title>
<link>http://snipplr.com/view/15991/nmea-parser/</link>
<description><![CDATA[ <p>dksjkds sdlkjf
 dsfdsf</p> ]]></description>
<pubDate>Tue, 16 Jun 2009 08:35:58 GMT</pubDate>
<guid>http://snipplr.com/view/15991/nmea-parser/</guid>
</item>
<item>
<title>(PHP) Phone number beutifier - naz</title>
<link>http://snipplr.com/view/12756/phone-number-beutifier/</link>
<description><![CDATA[ <p>This function clean up phone number and present it in styled way.</p> ]]></description>
<pubDate>Tue, 03 Mar 2009 05:24:17 GMT</pubDate>
<guid>http://snipplr.com/view/12756/phone-number-beutifier/</guid>
</item>
<item>
<title>(PHP) ical parsing example - naz</title>
<link>http://snipplr.com/view/11184/ical-parsing-example/</link>
<description><![CDATA[ <p>if you need to parse the content of a ical .ics file, use this!</p> ]]></description>
<pubDate>Wed, 14 Jan 2009 19:18:53 GMT</pubDate>
<guid>http://snipplr.com/view/11184/ical-parsing-example/</guid>
</item>
<item>
<title>(PHP) php html Parser - liuran</title>
<link>http://snipplr.com/view/9176/php-html-parser/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 22 Oct 2008 03:15:49 GMT</pubDate>
<guid>http://snipplr.com/view/9176/php-html-parser/</guid>
</item>
<item>
<title>(PHP) Command line args parser - maid450</title>
<link>http://snipplr.com/view/6677/command-line-args-parser/</link>
<description><![CDATA[ <p>seen in comments in http://es2.php.net/features.commandline</p> ]]></description>
<pubDate>Thu, 12 Jun 2008 17:35:52 GMT</pubDate>
<guid>http://snipplr.com/view/6677/command-line-args-parser/</guid>
</item>
<item>
<title>(PHP) Mini Textile class - evanwalsh</title>
<link>http://snipplr.com/view/6108/mini-textile-class/</link>
<description><![CDATA[ <p>This is a version of Textile that only accepts paragraps, bold, italics, links, and images.  Enjoy.</p> ]]></description>
<pubDate>Sat, 03 May 2008 14:01:13 GMT</pubDate>
<guid>http://snipplr.com/view/6108/mini-textile-class/</guid>
</item>
<item>
<title>(PHP) PHP - Sacar Parametro de "string tipo QS" - nicolaspar</title>
<link>http://snipplr.com/view/4202/php--sacar-parametro-de-string-tipo-qs/</link>
<description><![CDATA[ <p>ej: 
echo keepqsSinParametro('hola','hola=mundo&amp;mundo=lindo&amp;hola=chau'); #out = mundo=lindo</p> ]]></description>
<pubDate>Tue, 27 Nov 2007 13:24:37 GMT</pubDate>
<guid>http://snipplr.com/view/4202/php--sacar-parametro-de-string-tipo-qs/</guid>
</item>
<item>
<title>(PHP) Loose php dom parsing - remysharp</title>
<link>http://snipplr.com/view/3434/loose-php-dom-parsing/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 01 Aug 2007 08:45:32 GMT</pubDate>
<guid>http://snipplr.com/view/3434/loose-php-dom-parsing/</guid>
</item>
<item>
<title>(PHP) PHP - Cortar link /url dentro de string - nicolaspar</title>
<link>http://snipplr.com/view/2594/php--cortar-link-url-dentro-de-string/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 03 May 2007 08:44:31 GMT</pubDate>
<guid>http://snipplr.com/view/2594/php--cortar-link-url-dentro-de-string/</guid>
</item>
</channel>
</rss>
