<?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>Inetminds &#187; exception in php</title>
	<atom:link href="http://www.inetminds.com/tag/exception-in-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.inetminds.com</link>
	<description>Inteminds, PHP scripts, php tutors, Java and ajax scripts explained</description>
	<lastBuildDate>Mon, 22 Mar 2010 18:25:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Check Site Loading Speed using CURL curl_getinfo() in PHP.</title>
		<link>http://www.inetminds.com/check-site-loading-speed-using-curl-functions-259/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.inetminds.com/check-site-loading-speed-using-curl-functions-259/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 15:06:20 +0000</pubDate>
		<dc:creator>PHP_Starter</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Curl Fuctions]]></category>
		<category><![CDATA[CURLOPT_RETURNTRANSFER]]></category>
		<category><![CDATA[curl_close()]]></category>
		<category><![CDATA[curl_getinfo()]]></category>
		<category><![CDATA[CURL_INIT()]]></category>
		<category><![CDATA[Curl_setopt()]]></category>
		<category><![CDATA[exception in php]]></category>

		<guid isPermaLink="false">http://www.inetminds.com/?p=259</guid>
		<description><![CDATA[We use curl_getinfo() in to get the information of last transfer that made use of curl functions in PHP.  Using the following code we can get the time taken to load a webpage. $ch = curl_init('http://www.inetminds.com/parsing-xml-feeds-in-php-with-simplexml-111/'); // set  cURL to return the contents in a variable instead of giving it to the browser. curl_setopt($ch, CURLOPT_RETURNTRANSFER, [...]]]></description>
		<wfw:commentRss>http://www.inetminds.com/check-site-loading-speed-using-curl-functions-259/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>throw  Exception in php</title>
		<link>http://www.inetminds.com/throw-exception-in-php-44/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.inetminds.com/throw-exception-in-php-44/#comments</comments>
		<pubDate>Fri, 31 Oct 2008 14:52:45 +0000</pubDate>
		<dc:creator>php writer</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[exception in php]]></category>
		<category><![CDATA[throw  Exception in php]]></category>
		<category><![CDATA[throw  in php]]></category>

		<guid isPermaLink="false">http://www.inetminds.com/?p=44</guid>
		<description><![CDATA[try { doExchange(); throw new Exception("D'oh!"); echo "hai"; } catch (Exception $except) { logger.error("doExchange failed", e); } In that example, PHP enters the &#8220;try&#8221; block and starts executing code. When it hits the line &#8220;throw new Exception&#8221;, it will stop executing the &#8220;try&#8221; block, and jump to the &#8220;catch&#8221; block. Here it checks each exception [...]]]></description>
		<wfw:commentRss>http://www.inetminds.com/throw-exception-in-php-44/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>try and catch block in php</title>
		<link>http://www.inetminds.com/try-and-catch-block-in-php-24/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.inetminds.com/try-and-catch-block-in-php-24/#comments</comments>
		<pubDate>Thu, 30 Oct 2008 13:47:59 +0000</pubDate>
		<dc:creator>php writer</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[catch in php]]></category>
		<category><![CDATA[exception in php]]></category>
		<category><![CDATA[try and catch blocks]]></category>
		<category><![CDATA[try in php]]></category>

		<guid isPermaLink="false">http://www.inetminds.com/?p=24</guid>
		<description><![CDATA[Exception handling is used to change the normal flow of the code execution if a specified error (exceptional) condition occurs. This condition is called an exception. Try block is used to try for the code to execute if any error like file unable to open etc.. It will stop the execution and it will throw [...]]]></description>
		<wfw:commentRss>http://www.inetminds.com/try-and-catch-block-in-php-24/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
