<?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"
	>
<channel>
	<title>Comments on: register shutdown function() - A Very Useful PHP Function</title>
	<atom:link href="http://www.ebrueggeman.com/blog/php/register_shutdown_function-a-very-useful-php-function/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ebrueggeman.com/blog/php/register_shutdown_function-a-very-useful-php-function/</link>
	<description>Tips and Tricks for Web Developers</description>
	<pubDate>Wed, 03 Dec 2008 23:10:23 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Andrew</title>
		<link>http://www.ebrueggeman.com/blog/php/register_shutdown_function-a-very-useful-php-function/#comment-7</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Wed, 12 Dec 2007 06:04:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.ebrueggeman.com/blog/php/register_shutdown_function-a-very-useful-php-function/#comment-7</guid>
		<description>Great find.  In adding this to my scripts, I found that you can register more than one shutdown function.  They will be executed in the order they were registered.  If exit() is called in shutdown function, then the script immediately exits even if there are other shutdown functions that haven't been executed yet.  I have already found this very useful.  Thanks!</description>
		<content:encoded><![CDATA[<p>Great find.  In adding this to my scripts, I found that you can register more than one shutdown function.  They will be executed in the order they were registered.  If exit() is called in shutdown function, then the script immediately exits even if there are other shutdown functions that haven&#8217;t been executed yet.  I have already found this very useful.  Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
