<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>PHP FAQs</title>
	<atom:link href="http://pritisolanki.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://pritisolanki.wordpress.com</link>
	<description>Tickle your brain with some php basic questions !!</description>
	<lastBuildDate>Sun, 22 Jan 2012 07:22:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='pritisolanki.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/74b0e68f7bd7a4fddb02d2b83f53087d?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>PHP FAQs</title>
		<link>http://pritisolanki.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://pritisolanki.wordpress.com/osd.xml" title="PHP FAQs" />
	<atom:link rel='hub' href='http://pritisolanki.wordpress.com/?pushpress=hub'/>
		<item>
		<title>How to give input parameter in SOAPUI for ArrayOfString type XML element.</title>
		<link>http://pritisolanki.wordpress.com/2012/01/13/how-to-give-input-parameter-in-soapui-for-arrayofstring-type-xml-element/</link>
		<comments>http://pritisolanki.wordpress.com/2012/01/13/how-to-give-input-parameter-in-soapui-for-arrayofstring-type-xml-element/#comments</comments>
		<pubDate>Fri, 13 Jan 2012 16:48:08 +0000</pubDate>
		<dc:creator>pritisolanki</dc:creator>
				<category><![CDATA[SOAPUI]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[SOAPUI ArrayOfString]]></category>

		<guid isPermaLink="false">http://pritisolanki.wordpress.com/?p=288</guid>
		<description><![CDATA[Input Request &#60;soapenv:Envelope xmlns:xsi=&#8221;http://www.w3.org/2001/XMLSchema-instance&#8221; xmlns:xsd=&#8221;http://www.w3.org/2001/XMLSchema&#8221; xmlns:soapenv=&#8221;http://schemas.xmlsoap.org/soap/envelope/&#8221; xmlns:pur=&#8221;http://www.cdn.com/purge&#8221; xmlns:soapenc=&#8221;http://schemas.xmlsoap.org/soap/encoding/&#8221;&#62; &#60;soapenv:Header/&#62; &#60;soapenv:Body&#62; &#60;pur:purgeRequest soapenv:encodingStyle=&#8221;http://schemas.xmlsoap.org/soap/encoding/&#8221;&#62; &#60;name xsi:type=&#8221;xsd:string&#8221;&#62;&#60;/name&#62; &#60;network xsi:type=&#8221;xsd:string&#8221;&#62;&#60;/network&#62; &#60;opt xsi:type=&#8221;pur:ArrayOfString&#8221; soapenc:arrayType=&#8221;xsd:string[]&#8220;/&#62; &#60;/pur:purgeRequest&#62; &#60;/soapenv:Body&#62; &#60;/soapenv:Envelope&#62; I tried as follow &#60;soapenv:Envelope xmlns:xsi=&#8221;http://www.w3.org/2001/XMLSchema-instance&#8221; xmlns:xsd=&#8221;http://www.w3.org/2001/XMLSchema&#8221; xmlns:soapenv=&#8221;http://schemas.xmlsoap.org/soap/envelope/&#8221; xmlns:pur=&#8221;http://www.cdn.com/purge&#8221; xmlns:soapenc=&#8221;http://schemas.xmlsoap.org/soap/encoding/&#8221;&#62; &#60;soapenv:Header/&#62; &#60;soapenv:Body&#62; &#60;pur:purgeRequest soapenv:encodingStyle=&#8221;http://schemas.xmlsoap.org/soap/encoding/&#8221;&#62; &#60;name xsi:type=&#8221;xsd:string&#8221;&#62;username&#60;/name&#62; &#60;network xsi:type=&#8221;xsd:string&#8221;&#62;test&#60;/network&#62; &#60;opt xsi:type=&#8221;pur:ArrayOfString&#8221; soapenc:arrayType=&#8221;xsd:string[4]&#8220;&#62; &#60;item xsi:type=&#8221;xsd:string&#8221;&#62;domain=dev&#60;/item&#62; &#60;item xsi:type=&#8221;xsd:string&#8221;&#62;type=url&#60;/item&#62; &#60;item xsi:type=&#8221;xsd:string&#8221;&#62;action=remove&#60;/item&#62; &#60;/opt&#62; &#60;/pur:purgeRequest&#62; &#60;/soapenv:Body&#62; &#60;/soapenv:Envelope&#62; And it [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pritisolanki.wordpress.com&amp;blog=4995064&amp;post=288&amp;subd=pritisolanki&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Input Request</p>
<p>&lt;soapenv:Envelope xmlns:xsi=&#8221;http://www.w3.org/2001/XMLSchema-instance&#8221; xmlns:xsd=&#8221;http://www.w3.org/2001/XMLSchema&#8221; xmlns:soapenv=&#8221;http://schemas.xmlsoap.org/soap/envelope/&#8221; xmlns:pur=&#8221;http://www.cdn.com/purge&#8221; xmlns:soapenc=&#8221;http://schemas.xmlsoap.org/soap/encoding/&#8221;&gt;<br />
&lt;soapenv:Header/&gt;<br />
&lt;soapenv:Body&gt;<br />
&lt;pur:purgeRequest soapenv:encodingStyle=&#8221;http://schemas.xmlsoap.org/soap/encoding/&#8221;&gt;<br />
&lt;name xsi:type=&#8221;xsd:string&#8221;&gt;&lt;/name&gt;<br />
&lt;network xsi:type=&#8221;xsd:string&#8221;&gt;&lt;/network&gt;<br />
&lt;opt xsi:type=&#8221;pur:ArrayOfString&#8221; soapenc:arrayType=&#8221;xsd:string[]&#8220;/&gt;<br />
&lt;/pur:purgeRequest&gt;<br />
&lt;/soapenv:Body&gt;<br />
&lt;/soapenv:Envelope&gt;</p>
<p>I tried as follow</p>
<p>&lt;soapenv:Envelope xmlns:xsi=&#8221;http://www.w3.org/2001/XMLSchema-instance&#8221; xmlns:xsd=&#8221;http://www.w3.org/2001/XMLSchema&#8221; xmlns:soapenv=&#8221;http://schemas.xmlsoap.org/soap/envelope/&#8221; xmlns:pur=&#8221;http://www.cdn.com/purge&#8221; xmlns:soapenc=&#8221;http://schemas.xmlsoap.org/soap/encoding/&#8221;&gt;<br />
&lt;soapenv:Header/&gt;<br />
&lt;soapenv:Body&gt;</p>
<p>&lt;pur:purgeRequest soapenv:encodingStyle=&#8221;http://schemas.xmlsoap.org/soap/encoding/&#8221;&gt;<br />
&lt;name xsi:type=&#8221;xsd:string&#8221;&gt;username&lt;/name&gt;<br />
&lt;network xsi:type=&#8221;xsd:string&#8221;&gt;test&lt;/network&gt;<br />
&lt;opt xsi:type=&#8221;pur:ArrayOfString&#8221; soapenc:arrayType=&#8221;<strong>xsd:string[4]</strong>&#8220;&gt;<br />
&lt;item xsi:type=&#8221;xsd:string&#8221;&gt;domain=dev&lt;/item&gt;<br />
&lt;item xsi:type=&#8221;xsd:string&#8221;&gt;type=url&lt;/item&gt;<br />
&lt;item xsi:type=&#8221;xsd:string&#8221;&gt;action=remove&lt;/item&gt;<br />
&lt;/opt&gt;<br />
&lt;/pur:purgeRequest&gt;<br />
&lt;/soapenv:Body&gt;<br />
&lt;/soapenv:Envelope&gt;</p>
<p>And it worked for me <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pritisolanki.wordpress.com/288/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pritisolanki.wordpress.com/288/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pritisolanki.wordpress.com/288/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pritisolanki.wordpress.com/288/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pritisolanki.wordpress.com/288/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pritisolanki.wordpress.com/288/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pritisolanki.wordpress.com/288/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pritisolanki.wordpress.com/288/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pritisolanki.wordpress.com/288/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pritisolanki.wordpress.com/288/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pritisolanki.wordpress.com/288/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pritisolanki.wordpress.com/288/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pritisolanki.wordpress.com/288/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pritisolanki.wordpress.com/288/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pritisolanki.wordpress.com&amp;blog=4995064&amp;post=288&amp;subd=pritisolanki&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pritisolanki.wordpress.com/2012/01/13/how-to-give-input-parameter-in-soapui-for-arrayofstring-type-xml-element/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">pritisolanki</media:title>
		</media:content>
	</item>
		<item>
		<title>Install phpMyAdmin on CentOs 6</title>
		<link>http://pritisolanki.wordpress.com/2012/01/10/install-phpmyadmin-on-centos-6/</link>
		<comments>http://pritisolanki.wordpress.com/2012/01/10/install-phpmyadmin-on-centos-6/#comments</comments>
		<pubDate>Tue, 10 Jan 2012 11:23:59 +0000</pubDate>
		<dc:creator>pritisolanki</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Install phpMyAdmin]]></category>

		<guid isPermaLink="false">http://pritisolanki.wordpress.com/?p=276</guid>
		<description><![CDATA[Today I was trying to install phpMyAdmin on CentOs 6 and had  interesting walkthrough of the installation 1. Get the latest copy of phpMyAdmin from sourceforge wget -c http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/3.4.9/phpMyAdmin-3.4.9-english.tar.gz  /download 2. Extract the files tar xvfz phpMyAdmin-3.4.9-english.tar.gz 3. move the extracted files to proper location mv phpMyAdmin-3.4.9-english.tar.gz /var/www/html/phpmyadmin 4. cd /var/www/html/phpmyadmin 5. Make a copy [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pritisolanki.wordpress.com&amp;blog=4995064&amp;post=276&amp;subd=pritisolanki&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Today I was trying to install phpMyAdmin on CentOs 6 and had  interesting walkthrough of the installation</p>
<p>1. Get the latest copy of phpMyAdmin from sourceforge</p>
<blockquote><p>wget -c http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/3.4.9/phpMyAdmin-3.4.9-english.tar.gz  /download</p></blockquote>
<p>2. Extract the files</p>
<blockquote><p>tar xvfz phpMyAdmin-3.4.9-english.tar.gz</p></blockquote>
<p>3. move the extracted files to proper location</p>
<blockquote><p>mv phpMyAdmin-3.4.9-english.tar.gz /var/www/html/phpmyadmin</p></blockquote>
<p>4. cd /var/www/html/phpmyadmin</p>
<p>5. Make a copy of configuration files</p>
<blockquote><p>cp config.sample.inc.php config.inc.php</p></blockquote>
<p>6. Modify the values vi config.inc.php</p>
<blockquote><p>$cfg['Servers'][$i]['auth_type']=&#8217;cookie&#8217;; to $cfg['Servers'][$i]['auth_type']=&#8217;http&#8217;;</p></blockquote>
<p>7. Restart apache from any of command</p>
<blockquote><p>service httpd restart &#8211; Work for me<br />
/etc/init.d/httpd restart</p></blockquote>
<p>8. Open browser on server</p>
<blockquote><p>http://localhost/phpMyAdmin</p></blockquote>
<p>You may end in following errors</p>
<p><strong>1. 404 Not Found Error</strong><br />
Please make sure you push your phpMyAdmin directory in your webroot. In my case it&#8217;s /var/www/html</p>
<p><strong>2. 403 Forbidden Error</strong><br />
I spend good amount of time finding why access is forbidden and finally did following setting</p>
<blockquote><p>2.1 Go to /etc/httpd/conf.d/</p>
<p>2.2 vi phpMyAdmin.conf</p>
<p>2.3 Add following lines</p>
<p>&lt;Directory /var/www/html/phpMyadmin&gt;<br />
Order allow, deny<br />
Options Indexes<br />
Allow from all<br />
&lt;/Directory&gt;</p></blockquote>
<p>Still not able to access, try disabling the SElinux</p>
<p>SElinux is extra security layer in Linux and sometimes it provide conflicts for apache to work</p>
<ul>
<li>vi /etc/selinux/config</li>
<li>Modify SELINUX=enforcing  to SELINUX=disabled  //Discuss with your senior. Mine is test server.</li>
<li>Restart your machine</li>
</ul>
<p>hit http://localhost/phpMyAdmin prompt for username/password for mysql login <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Please note all the steps executed via root credentials . You can use su command to login as root and carry the same steps.</p>
<p>I would like readers to drop the reviews comments to improve this article.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pritisolanki.wordpress.com/276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pritisolanki.wordpress.com/276/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pritisolanki.wordpress.com/276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pritisolanki.wordpress.com/276/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pritisolanki.wordpress.com/276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pritisolanki.wordpress.com/276/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pritisolanki.wordpress.com/276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pritisolanki.wordpress.com/276/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pritisolanki.wordpress.com/276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pritisolanki.wordpress.com/276/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pritisolanki.wordpress.com/276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pritisolanki.wordpress.com/276/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pritisolanki.wordpress.com/276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pritisolanki.wordpress.com/276/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pritisolanki.wordpress.com&amp;blog=4995064&amp;post=276&amp;subd=pritisolanki&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pritisolanki.wordpress.com/2012/01/10/install-phpmyadmin-on-centos-6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">pritisolanki</media:title>
		</media:content>
	</item>
		<item>
		<title>Zend PHP 5.3 certification practice question 4</title>
		<link>http://pritisolanki.wordpress.com/2011/11/06/zend-php-5-3-certification-practice-question-4/</link>
		<comments>http://pritisolanki.wordpress.com/2011/11/06/zend-php-5-3-certification-practice-question-4/#comments</comments>
		<pubDate>Sun, 06 Nov 2011 08:27:16 +0000</pubDate>
		<dc:creator>pritisolanki</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Zend PHP 5.3]]></category>
		<category><![CDATA[php 5.3 exam question]]></category>
		<category><![CDATA[php questions]]></category>
		<category><![CDATA[Zend PHP 5.3 Preparation Questions]]></category>

		<guid isPermaLink="false">http://pritisolanki.wordpress.com/?p=267</guid>
		<description><![CDATA[Question 1: __________________ function is used for register custom wrappers Question 2:Multiple catch blocks can be used to catch different classes of exceptions in PHP. Options A. True B. False Question 3: Can you set user agent setting inside php.ini file? Options A. True B. False Question 4:What will be the output of following code [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pritisolanki.wordpress.com&amp;blog=4995064&amp;post=267&amp;subd=pritisolanki&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Question 1</strong>: __________________ function is used for register custom wrappers</p>
<p><strong>Question 2</strong>:Multiple <em>catch</em> blocks can be used to catch different classes of exceptions in PHP.<br />
Options<br />
A. True<br />
B. False</p>
<p><strong>Question 3</strong>: Can you set user agent setting inside php.ini file?<br />
Options<br />
A. True<br />
B. False</p>
<p><strong>Question 4</strong>:What will be the output of following code<br />
Options<br />
<code>&lt;?php<br />
$a = 3 * 3 % 5;</code></p>
<p>?&gt;</p>
<p><strong>Question 5</strong>: what will be the output of following code<br />
Options<br />
&lt;?php<br />
echo 1  .  2;<br />
?&gt;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pritisolanki.wordpress.com/267/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pritisolanki.wordpress.com/267/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pritisolanki.wordpress.com/267/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pritisolanki.wordpress.com/267/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pritisolanki.wordpress.com/267/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pritisolanki.wordpress.com/267/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pritisolanki.wordpress.com/267/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pritisolanki.wordpress.com/267/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pritisolanki.wordpress.com/267/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pritisolanki.wordpress.com/267/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pritisolanki.wordpress.com/267/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pritisolanki.wordpress.com/267/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pritisolanki.wordpress.com/267/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pritisolanki.wordpress.com/267/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pritisolanki.wordpress.com&amp;blog=4995064&amp;post=267&amp;subd=pritisolanki&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pritisolanki.wordpress.com/2011/11/06/zend-php-5-3-certification-practice-question-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">pritisolanki</media:title>
		</media:content>
	</item>
		<item>
		<title>Zend PHP 5.3 certification practice question 3</title>
		<link>http://pritisolanki.wordpress.com/2011/10/10/zend-php-5-3-certification-practice-question-3/</link>
		<comments>http://pritisolanki.wordpress.com/2011/10/10/zend-php-5-3-certification-practice-question-3/#comments</comments>
		<pubDate>Mon, 10 Oct 2011 14:37:05 +0000</pubDate>
		<dc:creator>pritisolanki</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Zend PHP 5.3]]></category>
		<category><![CDATA[Zend 200-530 Practice Questions]]></category>
		<category><![CDATA[Zend certification]]></category>
		<category><![CDATA[Zend PHP 5.3 Preparation Questions]]></category>

		<guid isPermaLink="false">http://pritisolanki.wordpress.com/?p=263</guid>
		<description><![CDATA[Question 1. Choose function name which is best suited for returning an item from the argument list. Options A. func_get_arg B. func_num_args C. get_func_paramter D. None of above Question 2. What will be the output &#60;?php $stack = array(&#8220;orange&#8221;, &#8220;banana&#8221;, &#8220;apple&#8221;, &#8220;raspberry&#8221;); $fruit = array_shift($stack); print_r($fruit); ?&#62; A. array(&#8220;orange&#8221;,&#8221;banana&#8221;,&#8221;apple&#8221;) B. array(&#8220;&#8221;banana&#8221;,&#8221;apple&#8221;,&#8221;raspberry&#8221;) C. Number of parameter [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pritisolanki.wordpress.com&amp;blog=4995064&amp;post=263&amp;subd=pritisolanki&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Question 1</strong>. Choose function name which is best suited for returning an item from the argument list.<br />
<strong>Options</strong><br />
A. func_get_arg<br />
B. func_num_args<br />
C. get_func_paramter<br />
D. None of above</p>
<p><strong>Question 2</strong>. What will be the output<br />
&lt;?php</p>
<p>$stack = array(&#8220;orange&#8221;, &#8220;banana&#8221;, &#8220;apple&#8221;, &#8220;raspberry&#8221;);<br />
$fruit = array_shift($stack);<br />
print_r($fruit);</p>
<p>?&gt;<br />
A. array(&#8220;orange&#8221;,&#8221;banana&#8221;,&#8221;apple&#8221;)<br />
B. array(&#8220;&#8221;banana&#8221;,&#8221;apple&#8221;,&#8221;raspberry&#8221;)<br />
C. Number of parameter passed is incorrect<br />
D. orange</p>
<p><strong>Question 3</strong>. ________ function is used to import variables in to the symbol table from an array.</p>
<p><strong>Question 4</strong>.what will be the output</p>
<p>&lt;?php</p>
<p>$arr=array(1,2,3,4);<br />
unset($arr);<br />
echo count($arr);</p>
<p>?&gt;<br />
<strong>Options:</strong><br />
A. 3<br />
B. 4<br />
C. 0<br />
D. 0,warning message</p>
<p><strong>Question 5</strong>. is_float() is a valid php function?.<br />
<strong>Options</strong><br />
A. True<br />
B. False</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pritisolanki.wordpress.com/263/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pritisolanki.wordpress.com/263/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pritisolanki.wordpress.com/263/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pritisolanki.wordpress.com/263/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pritisolanki.wordpress.com/263/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pritisolanki.wordpress.com/263/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pritisolanki.wordpress.com/263/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pritisolanki.wordpress.com/263/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pritisolanki.wordpress.com/263/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pritisolanki.wordpress.com/263/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pritisolanki.wordpress.com/263/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pritisolanki.wordpress.com/263/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pritisolanki.wordpress.com/263/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pritisolanki.wordpress.com/263/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pritisolanki.wordpress.com&amp;blog=4995064&amp;post=263&amp;subd=pritisolanki&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pritisolanki.wordpress.com/2011/10/10/zend-php-5-3-certification-practice-question-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">pritisolanki</media:title>
		</media:content>
	</item>
		<item>
		<title>Zend PHP 5.3 certification practice question 2</title>
		<link>http://pritisolanki.wordpress.com/2011/10/02/zend-php-5-3-certification-practice-question-2/</link>
		<comments>http://pritisolanki.wordpress.com/2011/10/02/zend-php-5-3-certification-practice-question-2/#comments</comments>
		<pubDate>Sun, 02 Oct 2011 12:09:04 +0000</pubDate>
		<dc:creator>pritisolanki</dc:creator>
				<category><![CDATA[Zend PHP 5.3]]></category>
		<category><![CDATA[Zend 200-530 Practice Questions]]></category>
		<category><![CDATA[Zend certification]]></category>
		<category><![CDATA[Zend PHP 5.3 Preparation Questions]]></category>

		<guid isPermaLink="false">http://pritisolanki.wordpress.com/?p=256</guid>
		<description><![CDATA[Question 1. Choose the valid variable names in PHP. Options A. _myName B. 1_MYNAME c. @MYNAME D. My.name Question 2. Mark the valid function which helps to identify the type of variable Options A. getyype() B. is_array() C. is_double() D. is_integer() Question 3. Choose options which is true for constants Options A. Constants can have [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pritisolanki.wordpress.com&amp;blog=4995064&amp;post=256&amp;subd=pritisolanki&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Question 1</strong>. Choose the valid variable names in PHP.<br />
<strong>Options</strong><br />
A. _myName<br />
B. 1_MYNAME<br />
c. @MYNAME<br />
D. My.name</p>
<p><strong>Question 2</strong>. Mark the valid function which helps to identify the type of variable<br />
<strong>Options</strong><br />
A. getyype()<br />
B. is_array()<br />
C. is_double()<br />
D. is_integer()</p>
<p><strong>Question 3</strong>. Choose options which is true for constants<br />
<strong>Options</strong><br />
A. Constants can have dollar signed if we defined as &#8216;$&#8217;.myname<br />
B. Constants may not be redefined or undefined once they have been set<br />
C. Constants may only evaluate to scalar values.<br />
D. defin()  is used to define the constants</p>
<p><strong>Question 4</strong>. ______________ constant return the current namespace.</p>
<p><strong>Question 5</strong>.  __FILE__ returns the filename of the current script.<br />
<strong>Options</strong><br />
A. True<br />
B. False</p>
<p>Hope you find them interesting.You can post your answers ,rate this post or ask me the answers too. To keep yourself in touch you can subscribe my posts and you will be promptly received the updates in your mailbox.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pritisolanki.wordpress.com/256/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pritisolanki.wordpress.com/256/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pritisolanki.wordpress.com/256/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pritisolanki.wordpress.com/256/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pritisolanki.wordpress.com/256/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pritisolanki.wordpress.com/256/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pritisolanki.wordpress.com/256/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pritisolanki.wordpress.com/256/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pritisolanki.wordpress.com/256/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pritisolanki.wordpress.com/256/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pritisolanki.wordpress.com/256/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pritisolanki.wordpress.com/256/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pritisolanki.wordpress.com/256/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pritisolanki.wordpress.com/256/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pritisolanki.wordpress.com&amp;blog=4995064&amp;post=256&amp;subd=pritisolanki&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pritisolanki.wordpress.com/2011/10/02/zend-php-5-3-certification-practice-question-2/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">pritisolanki</media:title>
		</media:content>
	</item>
		<item>
		<title>Zend PHP 5.3 Practice Question</title>
		<link>http://pritisolanki.wordpress.com/2011/10/01/zend-php-5-3-practice-question/</link>
		<comments>http://pritisolanki.wordpress.com/2011/10/01/zend-php-5-3-practice-question/#comments</comments>
		<pubDate>Sat, 01 Oct 2011 05:16:50 +0000</pubDate>
		<dc:creator>pritisolanki</dc:creator>
				<category><![CDATA[Zend PHP 5.3]]></category>
		<category><![CDATA[php 5.3 practice question.]]></category>
		<category><![CDATA[Zend 200-530 Practice Questions]]></category>
		<category><![CDATA[Zend certification]]></category>
		<category><![CDATA[Zend PHP 5.3 Preparation Questions]]></category>

		<guid isPermaLink="false">http://pritisolanki.wordpress.com/?p=248</guid>
		<description><![CDATA[Below set of questions are just for your zend certification practice. Question 1.  Which PHP Tags are always avaiable? [Choose 2] Options A. &#60;?php ?&#62; B. &#60;% %&#62; C. &#60;script language=&#8221;php&#8221;&#62; D. &#60;? ?&#62; Answers: A,C Question 2. Which of the data types are not scalar data types Options A. Boolean B. Array C. Resource [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pritisolanki.wordpress.com&amp;blog=4995064&amp;post=248&amp;subd=pritisolanki&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Below set of questions are just for your zend certification practice.</p>
<p>Question 1.  Which PHP Tags are always avaiable? [Choose 2]<br />
Options<br />
A. &lt;?php ?&gt;<br />
B. &lt;% %&gt;<br />
C. &lt;script language=&#8221;php&#8221;&gt;<br />
D. &lt;? ?&gt;</p>
<p><strong>Answers: A,C</strong></p>
<p>Question 2. Which of the data types are not scalar data types<br />
Options<br />
A. Boolean<br />
B. Array<br />
C. Resource<br />
D. float</p>
<p><strong>Answer: B,C</strong></p>
<p>Question 3. To check for a certain type of a varaible use &#8230;&#8230;&#8230;.. function.<br />
is_type</p>
<p>Question 4.What is wrong with following code<br />
function foo()<br />
{<br />
static $bar = &lt;&lt;&lt;LABEL<br />
Nothing in here&#8230;<br />
LABEL;<br />
}</p>
<p>A. There is no error<br />
B. Static varaible initialization with HEREDOC is wrong<br />
C. LABEL keyword can&#8217;t be used</p>
<p><strong>AnswerA.</strong></p>
<p>Question 5: print $foo = 4 + &#8220;1.2 apples&#8221;;<br />
Options<br />
A. 4<br />
B. NULL<br />
C. 5.2<br />
D. 5<br />
<strong>Answer  C</strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pritisolanki.wordpress.com/248/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pritisolanki.wordpress.com/248/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pritisolanki.wordpress.com/248/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pritisolanki.wordpress.com/248/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pritisolanki.wordpress.com/248/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pritisolanki.wordpress.com/248/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pritisolanki.wordpress.com/248/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pritisolanki.wordpress.com/248/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pritisolanki.wordpress.com/248/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pritisolanki.wordpress.com/248/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pritisolanki.wordpress.com/248/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pritisolanki.wordpress.com/248/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pritisolanki.wordpress.com/248/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pritisolanki.wordpress.com/248/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pritisolanki.wordpress.com&amp;blog=4995064&amp;post=248&amp;subd=pritisolanki&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pritisolanki.wordpress.com/2011/10/01/zend-php-5-3-practice-question/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">pritisolanki</media:title>
		</media:content>
	</item>
		<item>
		<title>PHP 5.3: Array</title>
		<link>http://pritisolanki.wordpress.com/2011/10/01/php-5-3-array/</link>
		<comments>http://pritisolanki.wordpress.com/2011/10/01/php-5-3-array/#comments</comments>
		<pubDate>Sat, 01 Oct 2011 05:04:45 +0000</pubDate>
		<dc:creator>pritisolanki</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[PHP Array]]></category>
		<category><![CDATA[php array]]></category>

		<guid isPermaLink="false">http://pritisolanki.wordpress.com/?p=239</guid>
		<description><![CDATA[I was trying to understand behavior of following code in php 5.3 &#60;?php $arr=array(&#8217;1&#8242;=&#62;&#8217;a',1=&#62;&#8217;b',&#8217;C',2=&#62;&#8217;D'); echo count($arr); ?&#62; Output: 2 I couldn&#8217;t understand till I explored more in PHP manual. When you print this array you will see array(1=&#62;&#8217;b',2=&#62;&#8217;D'); Why !! In PHP, 1 and &#8217;1&#8242; is equal and we know the later index overwrite the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pritisolanki.wordpress.com&amp;blog=4995064&amp;post=239&amp;subd=pritisolanki&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I was trying to understand behavior of following code in php 5.3</p>
<p>&lt;?php<br />
$arr=array(&#8217;1&#8242;=&gt;&#8217;a',1=&gt;&#8217;b',&#8217;C',2=&gt;&#8217;D');<br />
echo count($arr);<br />
?&gt;</p>
<p>Output: 2</p>
<p>I couldn&#8217;t understand till I explored more in PHP manual. When you print this array you will see</p>
<p>array(1=&gt;&#8217;b',2=&gt;&#8217;D');</p>
<p>Why !!<br />
In PHP, 1 and &#8217;1&#8242; is equal and we know the later index overwrite the previous hence, it&#8217;s 1=&gt;b .Now, why 2=&gt;&#8217;D', because<br />
the next highest index is 2 so C index will be 2 hence, 2=&gt;&#8217;D&#8217;</p>
<p>Still struggling to understand see following</p>
<p>$arr=array(&#8216;a&#8217;=&gt;&#8217;b',&#8217;C',2=&gt;&#8217;D');<br />
index 0 will be assigned to C</p>
<p>$arr=array(&#8216;a&#8217;=&gt;&#8217;b',2=&gt;&#8217;C',&#8217;D');<br />
index 3 will be assigned to D</p>
<p>numerical index will start from the highest integer.<br />
In case 1, 2=&gt;&#8217;D&#8217; is defined after C hence index starts with zero where as,<br />
in later case index is already set and next highest will result 3=&gt;&#8217;D&#8217;</p>
<p>Hope you find this interesting !</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pritisolanki.wordpress.com/239/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pritisolanki.wordpress.com/239/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pritisolanki.wordpress.com/239/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pritisolanki.wordpress.com/239/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pritisolanki.wordpress.com/239/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pritisolanki.wordpress.com/239/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pritisolanki.wordpress.com/239/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pritisolanki.wordpress.com/239/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pritisolanki.wordpress.com/239/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pritisolanki.wordpress.com/239/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pritisolanki.wordpress.com/239/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pritisolanki.wordpress.com/239/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pritisolanki.wordpress.com/239/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pritisolanki.wordpress.com/239/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pritisolanki.wordpress.com&amp;blog=4995064&amp;post=239&amp;subd=pritisolanki&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pritisolanki.wordpress.com/2011/10/01/php-5-3-array/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">pritisolanki</media:title>
		</media:content>
	</item>
		<item>
		<title>Array Manipulation in PHP</title>
		<link>http://pritisolanki.wordpress.com/2011/07/07/array-manipulation-in-php/</link>
		<comments>http://pritisolanki.wordpress.com/2011/07/07/array-manipulation-in-php/#comments</comments>
		<pubDate>Thu, 07 Jul 2011 07:01:30 +0000</pubDate>
		<dc:creator>pritisolanki</dc:creator>
				<category><![CDATA[PHP Array]]></category>
		<category><![CDATA[Technical Articles]]></category>
		<category><![CDATA[array_map]]></category>
		<category><![CDATA[callback function]]></category>
		<category><![CDATA[php array manipulation]]></category>

		<guid isPermaLink="false">http://pritisolanki.wordpress.com/?p=235</guid>
		<description><![CDATA[As a hobby I love to help people in technical forum and I end up in interesting array manipulation question. This buddy of mine was trying to use array in optimized way Problem $sports = array(&#8216;Baseball&#8217;, &#8216;Soccer&#8217;, &#8216;Tennis&#8217;); $location = array(&#8216;Mumbai&#8217;, &#8216;Delhi&#8217;, &#8216;Pune&#8217;); Output: Baseball in Mumbai, Soccer in Delhi and Tennis in Pune Traditional [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pritisolanki.wordpress.com&amp;blog=4995064&amp;post=235&amp;subd=pritisolanki&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>As a hobby I love to help people in technical forum and I end up in interesting array manipulation question. This buddy of mine was trying to use array in optimized way</p>
<p><strong>Problem</strong></p>
<p>$sports = array(&#8216;Baseball&#8217;, &#8216;Soccer&#8217;, &#8216;Tennis&#8217;);</p>
<p>$location = array(&#8216;Mumbai&#8217;, &#8216;Delhi&#8217;, &#8216;Pune&#8217;);<br />
Output:</p>
<p>Baseball in Mumbai, Soccer in Delhi and Tennis in Pune</p>
<p><strong>Traditional way</strong></p>
<p>First and foremost solution pop up in one’s mind &#8211; iterate both the arrays with a help of for loop and construct the string and output the expected output. Mostly every new developer will hop for this solution.</p>
<p>But I wanted to handle this issue in more optimized way so I started looking in to array functions and designed the following small helpful function which will help you to do the same with no for loops.</p>
<p><strong>Most optimized way to resolve – array_map</strong></p>
<p>$sports = array(&#8216;Baseball&#8217;, &#8216;Soccer&#8217;, &#8216;Tennis&#8217;);<br />
$location = array(&#8216;Mumbai&#8217;, &#8216;Delhi&#8217;, &#8216;Pune&#8217;);<br />
function show_details($arr1,$arr2)<br />
{<br />
return $arr1.&#8217; in &#8216;.$arr2;<br />
}<br />
$c = array_map(&#8220;show_details&#8221;, $sports, $location);<br />
print_r($c);</p>
<p>$final_str=implode(&#8220;,&#8221;,$c);<br />
$comma_pos=strrpos($final_str,&#8217;,');</p>
<p>echo substr($final_str,0,$comma_pos).&#8217; and &#8216;.substr($final_str,($comma_pos+1),strlen($final_str));</p>
<p>There may exists some other ways to achieve the same output .</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pritisolanki.wordpress.com/235/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pritisolanki.wordpress.com/235/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pritisolanki.wordpress.com/235/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pritisolanki.wordpress.com/235/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pritisolanki.wordpress.com/235/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pritisolanki.wordpress.com/235/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pritisolanki.wordpress.com/235/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pritisolanki.wordpress.com/235/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pritisolanki.wordpress.com/235/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pritisolanki.wordpress.com/235/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pritisolanki.wordpress.com/235/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pritisolanki.wordpress.com/235/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pritisolanki.wordpress.com/235/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pritisolanki.wordpress.com/235/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pritisolanki.wordpress.com&amp;blog=4995064&amp;post=235&amp;subd=pritisolanki&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pritisolanki.wordpress.com/2011/07/07/array-manipulation-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">pritisolanki</media:title>
		</media:content>
	</item>
		<item>
		<title>PHP Faqs 10</title>
		<link>http://pritisolanki.wordpress.com/2011/06/28/php-faqs-8/</link>
		<comments>http://pritisolanki.wordpress.com/2011/06/28/php-faqs-8/#comments</comments>
		<pubDate>Tue, 28 Jun 2011 12:31:54 +0000</pubDate>
		<dc:creator>pritisolanki</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[php faq]]></category>
		<category><![CDATA[php interview question]]></category>

		<guid isPermaLink="false">http://pritisolanki.wordpress.com/?p=216</guid>
		<description><![CDATA[Preetam Chari contribute her experience as follow: Question1] What is the difference between an abstract class and an interface? Give a real time example when you will an abstract class over an interface? Question 2] What is the use of final keyword? Question 3] Explain function overloading and function overriding with an example? Question 4] [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pritisolanki.wordpress.com&amp;blog=4995064&amp;post=216&amp;subd=pritisolanki&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Preetam Chari contribute her experience as follow:</p>
<p>Question1] What is the difference between an abstract class and an interface? Give a real time example when you will an abstract class over an interface?</p>
<p>Question 2] What is the use of final keyword?</p>
<p>Question 3] Explain function overloading and function overriding with an example?</p>
<p>Question 4] Explain the type of inheritance supported by  PHP?</p>
<p>Question 5] Explain different access specifiers in PHP with examples?</p>
<p>Question 6] Is there any difference between exit() and die() in PHP?</p>
<p>Question 7] How do you set a cookie in php?Explain the different parameters?</p>
<p>Question 8] Where does cookie get stored?</p>
<p>Question 9] Where does session get stored?</p>
<p>Question 10]What is the difference between session and cookies?</p>
<p>Please share the answer if you know.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pritisolanki.wordpress.com/216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pritisolanki.wordpress.com/216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pritisolanki.wordpress.com/216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pritisolanki.wordpress.com/216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pritisolanki.wordpress.com/216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pritisolanki.wordpress.com/216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pritisolanki.wordpress.com/216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pritisolanki.wordpress.com/216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pritisolanki.wordpress.com/216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pritisolanki.wordpress.com/216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pritisolanki.wordpress.com/216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pritisolanki.wordpress.com/216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pritisolanki.wordpress.com/216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pritisolanki.wordpress.com/216/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pritisolanki.wordpress.com&amp;blog=4995064&amp;post=216&amp;subd=pritisolanki&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pritisolanki.wordpress.com/2011/06/28/php-faqs-8/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">pritisolanki</media:title>
		</media:content>
	</item>
		<item>
		<title>PHP faqs 9</title>
		<link>http://pritisolanki.wordpress.com/2011/06/12/php-faqs-9/</link>
		<comments>http://pritisolanki.wordpress.com/2011/06/12/php-faqs-9/#comments</comments>
		<pubDate>Sun, 12 Jun 2011 10:47:34 +0000</pubDate>
		<dc:creator>pritisolanki</dc:creator>
				<category><![CDATA[Interview]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[php faq]]></category>
		<category><![CDATA[php interview question]]></category>

		<guid isPermaLink="false">http://pritisolanki.wordpress.com/?p=210</guid>
		<description><![CDATA[Question1: What is difference between div and span Answer 1: SPAN: Browser to apply the style rules to whatever is within the DIV: Includes paragraph break because it is defining a logical division in the document. Question 2: what is max POST size. Answer 2:  8M Question 3: htmlspecialchars convert some special characters to HTML [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pritisolanki.wordpress.com&amp;blog=4995064&amp;post=210&amp;subd=pritisolanki&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Question1</strong>: What is difference between div and span</p>
<p><strong>Answer 1</strong>:</p>
<p>SPAN: Browser to apply the style rules to whatever is within the</p>
<p>DIV: Includes paragraph break because it is defining a logical division in the document.</p>
<p><strong>Question 2</strong>: what is max POST size.</p>
<p><strong>Answer 2</strong>:  8M</p>
<p><strong>Question 3</strong>: htmlspecialchars convert some special characters to HTML entities which are they.</p>
<p><strong>Answer 3</strong>:</p>
<p>&#8216;&amp;&#8217; (ampersand)</p>
<p>&#8216;&#8221;&#8216; (double quote)</p>
<p>&#8221;&#8217; (single quote)</p>
<p>&#8216;&lt;&#8217; (less than)</p>
<p>&#8216;&gt;&#8217; (greater than)</p>
<p><strong>Question 4</strong>: Default upload max file size of file a file in php.ini?.</p>
<p><strong>Answer 4</strong>:  2 M</p>
<p><strong>Question 5</strong>:  Which is the php config setting for enabling file uploads.</p>
<p><strong>Answer 5</strong>:  set &#8216;file_uploads&#8217; to ON</p>
<p><strong>Question 6</strong>: Which scope will be defined if you want variable to be available in complete script.</p>
<p><strong>Answer 6</strong>: Global</p>
<p><strong>Question 7</strong>: which engine in mysql supports full text search?.</p>
<p><strong>Answer 7</strong>: MyISAM</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pritisolanki.wordpress.com/210/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pritisolanki.wordpress.com/210/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pritisolanki.wordpress.com/210/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pritisolanki.wordpress.com/210/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pritisolanki.wordpress.com/210/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pritisolanki.wordpress.com/210/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pritisolanki.wordpress.com/210/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pritisolanki.wordpress.com/210/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pritisolanki.wordpress.com/210/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pritisolanki.wordpress.com/210/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pritisolanki.wordpress.com/210/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pritisolanki.wordpress.com/210/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pritisolanki.wordpress.com/210/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pritisolanki.wordpress.com/210/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pritisolanki.wordpress.com&amp;blog=4995064&amp;post=210&amp;subd=pritisolanki&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pritisolanki.wordpress.com/2011/06/12/php-faqs-9/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">pritisolanki</media:title>
		</media:content>
	</item>
	</channel>
</rss>
