<?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: 3 ways to serialize variables in php	</title>
	<atom:link href="https://www.binarytides.com/3-ways-to-serialize-variables-in-php/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.binarytides.com/3-ways-to-serialize-variables-in-php/</link>
	<description>News, Technology, Entertainment and more</description>
	<lastBuildDate>Mon, 07 Mar 2016 15:05:50 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>
	<item>
		<title>
		By: AmliJatt		</title>
		<link>https://www.binarytides.com/3-ways-to-serialize-variables-in-php/comment-page-1/#comment-69595</link>

		<dc:creator><![CDATA[AmliJatt]]></dc:creator>
		<pubDate>Mon, 07 Mar 2016 15:05:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/blog/?p=2051#comment-69595</guid>

					<description><![CDATA[thanks for share aseome :)]]></description>
			<content:encoded><![CDATA[<p>thanks for share aseome :)</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Milen		</title>
		<link>https://www.binarytides.com/3-ways-to-serialize-variables-in-php/comment-page-1/#comment-67299</link>

		<dc:creator><![CDATA[Milen]]></dc:creator>
		<pubDate>Tue, 12 Aug 2014 16:31:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/blog/?p=2051#comment-67299</guid>

					<description><![CDATA[You can consider msgpack (http://msgpack.org/) as well.]]></description>
			<content:encoded><![CDATA[<p>You can consider msgpack (<a href="http://msgpack.org/" rel="nofollow ugc">http://msgpack.org/</a>) as well.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Shane		</title>
		<link>https://www.binarytides.com/3-ways-to-serialize-variables-in-php/comment-page-1/#comment-65575</link>

		<dc:creator><![CDATA[Shane]]></dc:creator>
		<pubDate>Tue, 25 Jun 2013 23:10:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/blog/?p=2051#comment-65575</guid>

					<description><![CDATA[Great article - serialization is restricted by my host, and all of these alternatives should work. Thank you!]]></description>
			<content:encoded><![CDATA[<p>Great article &#8211; serialization is restricted by my host, and all of these alternatives should work. Thank you!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Fadi (itoctopus)		</title>
		<link>https://www.binarytides.com/3-ways-to-serialize-variables-in-php/comment-page-1/#comment-65348</link>

		<dc:creator><![CDATA[Fadi (itoctopus)]]></dc:creator>
		<pubDate>Wed, 18 Jul 2012 18:52:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/blog/?p=2051#comment-65348</guid>

					<description><![CDATA[I wonder whether point #2 and point #3 are truly serializing the variables - I&#039;ve only used serialize($str) and unserialize($str) to serialize/unserialize variables - I suspect most (if not all) programmers do.

I think the Eval serialize/unserialize is completely inefficient.]]></description>
			<content:encoded><![CDATA[<p>I wonder whether point #2 and point #3 are truly serializing the variables &#8211; I&#8217;ve only used serialize($str) and unserialize($str) to serialize/unserialize variables &#8211; I suspect most (if not all) programmers do.</p>
<p>I think the Eval serialize/unserialize is completely inefficient.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Silver Moon		</title>
		<link>https://www.binarytides.com/3-ways-to-serialize-variables-in-php/comment-page-1/#comment-65347</link>

		<dc:creator><![CDATA[Silver Moon]]></dc:creator>
		<pubDate>Mon, 16 Jul 2012 12:54:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/blog/?p=2051#comment-65347</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.binarytides.com/3-ways-to-serialize-variables-in-php/comment-page-1/#comment-65346&quot;&gt;Méthylbro&lt;/a&gt;.

thanks for pointing it out. added it to the post.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.binarytides.com/3-ways-to-serialize-variables-in-php/comment-page-1/#comment-65346">Méthylbro</a>.</p>
<p>thanks for pointing it out. added it to the post.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Méthylbro		</title>
		<link>https://www.binarytides.com/3-ways-to-serialize-variables-in-php/comment-page-1/#comment-65346</link>

		<dc:creator><![CDATA[Méthylbro]]></dc:creator>
		<pubDate>Mon, 16 Jul 2012 07:37:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/blog/?p=2051#comment-65346</guid>

					<description><![CDATA[And if you like XML, you also could used WDDX : http://php.net/manual/fr/book.wddx.php.]]></description>
			<content:encoded><![CDATA[<p>And if you like XML, you also could used WDDX : <a href="http://php.net/manual/fr/book.wddx.php" rel="nofollow ugc">http://php.net/manual/fr/book.wddx.php</a>.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
