<?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; curl_getinfo()</title>
	<atom:link href="http://www.inetminds.com/tag/curl_getinfo/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.1.2</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&#038;utm_medium=feed&#038;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[<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.inetminds.com/check-site-loading-speed-using-curl-functions-259/' addthis:title='Check Site Loading Speed using CURL curl_getinfo() in PHP.'  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div>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, [...]<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.inetminds.com/check-site-loading-speed-using-curl-functions-259/' addthis:title='Check Site Loading Speed using CURL curl_getinfo() in PHP.' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></description>
		<wfw:commentRss>http://www.inetminds.com/check-site-loading-speed-using-curl-functions-259/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

