<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Insert name here &#187; utility</title>
	<atom:link href="http://blog.tanist.co.uk/tag/utility/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.tanist.co.uk</link>
	<description>Web development and general IT snippets, possibly some other irrelevant things too.</description>
	<lastBuildDate>Fri, 03 Feb 2012 00:23:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>PHP Unserializer</title>
		<link>http://blog.tanist.co.uk/2008/10/php-unserializer/</link>
		<comments>http://blog.tanist.co.uk/2008/10/php-unserializer/#comments</comments>
		<pubDate>Wed, 15 Oct 2008 09:38:24 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[online]]></category>
		<category><![CDATA[unserialize]]></category>
		<category><![CDATA[utility]]></category>

		<guid isPermaLink="false">http://blog.tanist.co.uk/?p=21</guid>
		<description><![CDATA[We&#8217;ve just put together a quick utility to allow us to paste a PHP serialized string into a form and have it return the unserialized output. I&#8217;ve always found it annoying to deal with serialized strings as they are hard to view in this form, so decided that a simple page would resolve this. I [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve just put together a quick utility to allow us to paste a PHP <a href="http://uk.php.net/serialize">serialize</a>d string into a form and have it return the <a href="http://uk.php.net/unserialize">unserialize</a>d output. I&#8217;ve always found it annoying to deal with serialized strings as they are hard to view in this form, so decided that a simple page would resolve this.</p>
<p>I give you the <a href="http://blog.tanist.co.uk/files/unserialize/index.php">PHP Unserializer</a> (it&#8217;s in the links on the right too!).</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.tanist.co.uk/2008/10/php-unserializer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

