<?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>PHP Interview Questions and answers&#187; Regular level Archives  &#8211; interview questions and answers</title>
	<atom:link href="http://www.phpinterviewquestions.com/category/php-interview-questions/regular-level-php-interview-questions/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.phpinterviewquestions.com</link>
	<description>Prepare for your next php based interview with high confidence</description>
	<lastBuildDate>Mon, 26 Sep 2011 08:37:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>sessions and cookies</title>
		<link>http://www.phpinterviewquestions.com/php-interview-questions/sessions-and-cookies/</link>
		<comments>http://www.phpinterviewquestions.com/php-interview-questions/sessions-and-cookies/#comments</comments>
		<pubDate>Fri, 23 Jul 2010 10:51:35 +0000</pubDate>
		<dc:creator>Bart</dc:creator>
				<category><![CDATA[PHP Questions]]></category>
		<category><![CDATA[Regular level]]></category>
		<category><![CDATA[cookies]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[php security]]></category>
		<category><![CDATA[sessions]]></category>

		<guid isPermaLink="false">http://www.phpinterviewquestions.com/?p=338</guid>
		<description><![CDATA[Face to face technical interviews, questions related to sessions and cookies will pop up regularly. Since most of the developers are familiar with these sort of basic php questions they tend to ask more tricky questions, but if you have the correct idea then it is easy to answer any of those tricky questions. Let&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>Face to face technical interviews, questions related to sessions and cookies will pop up regularly. Since most of the developers are familiar with these sort of basic php questions they tend to ask more tricky questions, but if you have the correct idea then it is easy to answer any of those tricky questions. Let&#8217;s have a look on potential questions,</p>
<dl>
<dt>Where is the sessions are stored?</dt>
<dd>Sessions are stored in server side and it is accessed by a unique id which is known as the session-id where each user/visitor is assigned when they access your website.</dd>
<dt>How the session-id is propagated within your website?</dt>
<dd>Basically, there are 2 methods either <strong>store it in a cookie</strong> or <strong>propagated in the URL</strong>. </dd>
</dl>
<p>Session security questions will not be asked in an entry level interviews but, if an advanced level candidate who has experience in developing robust and secured application must know about the vulnerabilities.</p>
<p>Leaking out an existing session-id to a third party is very risky if the session is filled with more important information.<br />
Main two methods of vulnerabilities are,<br />
- When the session-id is carrying in URLs<br />
If an external link from your site, a URL with the id might be stored in the external site&#8217;s referrer log.</p>
<p>- Active attacker might listen to network traffic<br />
While the session-id flows over the network and if it is not encrypted an active listener might grab it. The best solution is to implement SSL and make it a must for all the users.<br />
<script type="text/javascript"><!--
google_ad_client = "pub-8695027799979044";
/* 336x280, created 3/4/10 */
google_ad_slot = "4291231574";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.phpinterviewquestions.com/php-interview-questions/sessions-and-cookies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blue print of an object</title>
		<link>http://www.phpinterviewquestions.com/php-interview-questions/blue-print-of-an-object-php/</link>
		<comments>http://www.phpinterviewquestions.com/php-interview-questions/blue-print-of-an-object-php/#comments</comments>
		<pubDate>Mon, 28 Jun 2010 12:02:36 +0000</pubDate>
		<dc:creator>Bart</dc:creator>
				<category><![CDATA[PHP Questions]]></category>
		<category><![CDATA[Regular level]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[oop]]></category>

		<guid isPermaLink="false">http://www.phpinterviewquestions.com/?p=324</guid>
		<description><![CDATA[What is the construct used to define the blueprint of an object called?
A class is a blueprint of an object, which is an instance of a class. 




]]></description>
			<content:encoded><![CDATA[<p>What is the construct used to define the blueprint of an object called?</p>
<p>A class is a blueprint of an object, which is an instance of a class. </p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-8695027799979044";
/* 468x15, created 4/16/10 */
google_ad_slot = "1994287074";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.phpinterviewquestions.com/php-interview-questions/blue-print-of-an-object-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Strings and regular expressions</title>
		<link>http://www.phpinterviewquestions.com/php-interview-questions/strings-and-regular-expressions-php-interview-questions/</link>
		<comments>http://www.phpinterviewquestions.com/php-interview-questions/strings-and-regular-expressions-php-interview-questions/#comments</comments>
		<pubDate>Fri, 18 Jun 2010 12:08:03 +0000</pubDate>
		<dc:creator>Bart</dc:creator>
				<category><![CDATA[PHP Questions]]></category>
		<category><![CDATA[Regular level]]></category>
		<category><![CDATA[Interview]]></category>
		<category><![CDATA[Regex]]></category>
		<category><![CDATA[Strings]]></category>

		<guid isPermaLink="false">http://www.phpinterviewquestions.com/?p=284</guid>
		<description><![CDATA[What will be the answer of the following code snippet?

echo 'Testing ' . 1 + 2 . '45';

Simply you will give the answer as : Testing 345
But the answer is  : 245
That is because you can not sum a number with a string. The first part, before the plus mark is a string though [...]]]></description>
			<content:encoded><![CDATA[<p>What will be the answer of the following code snippet?</p>
<pre class="brush: php;">
echo 'Testing ' . 1 + 2 . '45';
</pre>
<p>Simply you will give the answer as : Testing 345</p>
<p>But the answer is  : 245</p>
<p>That is because you can not sum a number with a string. The first part, before the plus mark is a string though there is 1 there.<br />
So engine will simply get it as 0 and the latter part as 245. so answer will be 245.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-8695027799979044";
/* 336x280, created 3/4/10 */
google_ad_slot = "4291231574";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.phpinterviewquestions.com/php-interview-questions/strings-and-regular-expressions-php-interview-questions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>variable interpolation</title>
		<link>http://www.phpinterviewquestions.com/php-interview-questions/variable-interpolation/</link>
		<comments>http://www.phpinterviewquestions.com/php-interview-questions/variable-interpolation/#comments</comments>
		<pubDate>Wed, 28 Apr 2010 13:35:28 +0000</pubDate>
		<dc:creator>Bart</dc:creator>
				<category><![CDATA[PHP Questions]]></category>
		<category><![CDATA[Regular level]]></category>
		<category><![CDATA[Strings]]></category>

		<guid isPermaLink="false">http://www.phpinterviewquestions.com/?p=223</guid>
		<description><![CDATA[



Using variable interpolation how we can print the following String?
&#8220;I am visiting the php interview questions website&#8221;.
The word &#8220;question&#8221; is inside a variable,
$a = &#8216;question&#8217;;
Answer is just,
echo &#8220;I am visiting the php interview {$a}s website&#8221;;




]]></description>
			<content:encoded><![CDATA[<p><script type="text/javascript"><!--
google_ad_client = "pub-8695027799979044";
/* 468x15, created 4/16/10 */
google_ad_slot = "1994287074";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><br />
Using variable interpolation how we can print the following String?</p>
<p><strong>&#8220;I am visiting the php interview questions website&#8221;</strong>.<br />
The word &#8220;question&#8221; is inside a variable,<br />
$a = &#8216;question&#8217;;</p>
<p>Answer is just,<br />
echo &#8220;I am visiting the php interview {$a}s website&#8221;;</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-8695027799979044";
/* 336x280, created 3/4/10 */
google_ad_slot = "4291231574";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.phpinterviewquestions.com/php-interview-questions/variable-interpolation/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>function return value</title>
		<link>http://www.phpinterviewquestions.com/php-interview-questions/function-return-value/</link>
		<comments>http://www.phpinterviewquestions.com/php-interview-questions/function-return-value/#comments</comments>
		<pubDate>Tue, 20 Apr 2010 12:17:30 +0000</pubDate>
		<dc:creator>Bart</dc:creator>
				<category><![CDATA[PHP Questions]]></category>
		<category><![CDATA[Regular level]]></category>
		<category><![CDATA[functions]]></category>

		<guid isPermaLink="false">http://www.phpinterviewquestions.com/?p=164</guid>
		<description><![CDATA[What will be the out put of the following code snippet?
if(!r())
echo &#8216;aaa&#8217;;
else
echo &#8216;err&#8217;;
function r(){
//return 1;
}
Here you will not get a chance to execute and see what is the out put.Â  So you have to know exactly what will happen here. Probably even if you are a php pro, sometimes you might get confused here.
It will [...]]]></description>
			<content:encoded><![CDATA[<p>What will be the out put of the following code snippet?<strong><br />
if(!r())<br />
echo &#8216;aaa&#8217;;<br />
else<br />
echo &#8216;err&#8217;;</strong></p>
<p><strong>function r(){<br />
//return 1;<br />
}</strong></p>
<p>Here you will not get a chance to execute and see what is the out put.Â  So you have to know exactly what will happen here. Probably even if you are a php pro, sometimes you might get confused here.<br />
It will print &#8220;aaa&#8221;, even though the function do not return anything.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-8695027799979044";
/* 468x15, created 4/16/10 */
google_ad_slot = "1994287074";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.phpinterviewquestions.com/php-interview-questions/function-return-value/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>POST and GET Methods</title>
		<link>http://www.phpinterviewquestions.com/php-interview-questions/regular-level-php-interview-questions/post-and-get-methods/</link>
		<comments>http://www.phpinterviewquestions.com/php-interview-questions/regular-level-php-interview-questions/post-and-get-methods/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 05:19:03 +0000</pubDate>
		<dc:creator>Bart</dc:creator>
				<category><![CDATA[Regular level]]></category>
		<category><![CDATA[document]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[get]]></category>
		<category><![CDATA[PHP Questions]]></category>
		<category><![CDATA[post]]></category>
		<category><![CDATA[request]]></category>

		<guid isPermaLink="false">http://www.phpinterviewquestions.com/wordpress/?p=4</guid>
		<description><![CDATA[Which will execute faster POST or GET?
GET transfer data to the server using URL whereas POST transfer data using form collection which is added to the request by the browser. We can send at most 1024 bytes using URL hence there is upper limit for GET method POST method can transfer large amount of data [...]]]></description>
			<content:encoded><![CDATA[<p>Which will execute faster POST or GET?</p>
<p>GET transfer data to the server using URL whereas POST transfer data using form collection which is added to the request by the browser. We can send at most 1024 bytes using URL hence there is upper limit for GET method POST method can transfer large amount of data where upper limit is imposed by web server which is about 2MB data is shown to the user in GET method.</p>
<p>Get is faster but not safe.<br />
<a href="http://www.tutorialspoint.com/php/php_get_post.htm">http://www.tutorialspoint.com/php/php_get_post.htm</a></p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-8695027799979044";
/* 468x15, created 4/16/10 */
google_ad_slot = "1994287074";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.phpinterviewquestions.com/php-interview-questions/regular-level-php-interview-questions/post-and-get-methods/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Echo and Print</title>
		<link>http://www.phpinterviewquestions.com/php-interview-questions/regular-level-php-interview-questions/echo-and-print/</link>
		<comments>http://www.phpinterviewquestions.com/php-interview-questions/regular-level-php-interview-questions/echo-and-print/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 05:19:03 +0000</pubDate>
		<dc:creator>Bart</dc:creator>
				<category><![CDATA[Regular level]]></category>
		<category><![CDATA[echo]]></category>
		<category><![CDATA[print]]></category>

		<guid isPermaLink="false">http://www.phpinterviewquestions.com/wordpress/?p=5</guid>
		<description><![CDATA[What is the difference between &#8220;echo&#8221; and &#8220;print&#8221; in PHP?
echo is a constructor and print is a function.echo cannot take arguments but print can take arguments.




]]></description>
			<content:encoded><![CDATA[<p>What is the difference between &#8220;echo&#8221; and &#8220;print&#8221; in PHP?</p>
<p>echo is a constructor and print is a function.echo cannot take arguments but print can take arguments.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-8695027799979044";
/* 468x15, created 4/16/10 */
google_ad_slot = "1994287074";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.phpinterviewquestions.com/php-interview-questions/regular-level-php-interview-questions/echo-and-print/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Determine variable existence</title>
		<link>http://www.phpinterviewquestions.com/php-interview-questions/regular-level-php-interview-questions/determine-variable-existence/</link>
		<comments>http://www.phpinterviewquestions.com/php-interview-questions/regular-level-php-interview-questions/determine-variable-existence/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 05:19:03 +0000</pubDate>
		<dc:creator>Bart</dc:creator>
				<category><![CDATA[Regular level]]></category>
		<category><![CDATA[existence]]></category>
		<category><![CDATA[variables]]></category>

		<guid isPermaLink="false">http://www.phpinterviewquestions.com/wordpress/?p=6</guid>
		<description><![CDATA[What is the best way to determine if a variable is exiting or not?
isset($x) can be used. But if it&#8217;s defined like this
$x=NULL
The answer will be false even if the variable is completely valid.




]]></description>
			<content:encoded><![CDATA[<p>What is the best way to determine if a variable is exiting or not?</p>
<p>isset($x) can be used. But if it&#8217;s defined like this<br />
$x=NULL<br />
The answer will be false even if the variable is completely valid.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-8695027799979044";
/* 336x280, created 3/4/10 */
google_ad_slot = "4291231574";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.phpinterviewquestions.com/php-interview-questions/regular-level-php-interview-questions/determine-variable-existence/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pass by-reference</title>
		<link>http://www.phpinterviewquestions.com/php-interview-questions/regular-level-php-interview-questions/pass-by-reference/</link>
		<comments>http://www.phpinterviewquestions.com/php-interview-questions/regular-level-php-interview-questions/pass-by-reference/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 05:19:03 +0000</pubDate>
		<dc:creator>Bart</dc:creator>
				<category><![CDATA[Regular level]]></category>
		<category><![CDATA[by-reference]]></category>

		<guid isPermaLink="false">http://www.phpinterviewquestions.com/wordpress/?p=7</guid>
		<description><![CDATA[Can expressions be passed as by-reference arguments or only variables can?
Only variables can be passed as by-reference.




]]></description>
			<content:encoded><![CDATA[<p>Can expressions be passed as by-reference arguments or only variables can?</p>
<p><strong>Only variables can be passed as by-reference</strong>.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-8695027799979044";
/* 336x280, created 3/4/10 */
google_ad_slot = "4291231574";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.phpinterviewquestions.com/php-interview-questions/regular-level-php-interview-questions/pass-by-reference/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Printing Arrays and objects</title>
		<link>http://www.phpinterviewquestions.com/php-interview-questions/regular-level-php-interview-questions/printing-arrays-and-objects/</link>
		<comments>http://www.phpinterviewquestions.com/php-interview-questions/regular-level-php-interview-questions/printing-arrays-and-objects/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 05:19:03 +0000</pubDate>
		<dc:creator>Bart</dc:creator>
				<category><![CDATA[Regular level]]></category>
		<category><![CDATA[arrays]]></category>

		<guid isPermaLink="false">http://www.phpinterviewquestions.com/wordpress/?p=8</guid>
		<description><![CDATA[What methods can be used to debug or print an array or object?
print_r() or var_dump()
]]></description>
			<content:encoded><![CDATA[<p>What methods can be used to debug or print an array or object?</p>
<p>print_r() or var_dump()</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phpinterviewquestions.com/php-interview-questions/regular-level-php-interview-questions/printing-arrays-and-objects/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Echo with arrays</title>
		<link>http://www.phpinterviewquestions.com/php-interview-questions/regular-level-php-interview-questions/echo-with-arrays/</link>
		<comments>http://www.phpinterviewquestions.com/php-interview-questions/regular-level-php-interview-questions/echo-with-arrays/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 10:49:03 +0000</pubDate>
		<dc:creator>Bart</dc:creator>
				<category><![CDATA[Regular level]]></category>
		<category><![CDATA[interviews]]></category>
		<category><![CDATA[PHP Questions]]></category>

		<guid isPermaLink="false">http://www.phpinterviewquestions.com/wordpress/?p=9</guid>
		<description><![CDATA[Can we use  echo to print an array?
No it is not possible.




]]></description>
			<content:encoded><![CDATA[<p>Can we use  echo to print an array?</p>
<p>No it is not possible.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-8695027799979044";
/* 336x280, created 3/4/10 */
google_ad_slot = "4291231574";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.phpinterviewquestions.com/php-interview-questions/regular-level-php-interview-questions/echo-with-arrays/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Associative and enumerative arrays</title>
		<link>http://www.phpinterviewquestions.com/php-interview-questions/regular-level-php-interview-questions/associative-and-enumerative-arrays/</link>
		<comments>http://www.phpinterviewquestions.com/php-interview-questions/regular-level-php-interview-questions/associative-and-enumerative-arrays/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 05:19:03 +0000</pubDate>
		<dc:creator>Bart</dc:creator>
				<category><![CDATA[Regular level]]></category>
		<category><![CDATA[arrays]]></category>

		<guid isPermaLink="false">http://www.phpinterviewquestions.com/wordpress/?p=10</guid>
		<description><![CDATA[Does PHP support associative arrays?
Yes it does.
]]></description>
			<content:encoded><![CDATA[<p>Does PHP support associative arrays?</p>
<p>Yes it does.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phpinterviewquestions.com/php-interview-questions/regular-level-php-interview-questions/associative-and-enumerative-arrays/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Size of an array</title>
		<link>http://www.phpinterviewquestions.com/php-interview-questions/regular-level-php-interview-questions/size-of-an-array/</link>
		<comments>http://www.phpinterviewquestions.com/php-interview-questions/regular-level-php-interview-questions/size-of-an-array/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 05:19:03 +0000</pubDate>
		<dc:creator>Bart</dc:creator>
				<category><![CDATA[Regular level]]></category>
		<category><![CDATA[arrays]]></category>

		<guid isPermaLink="false">http://www.phpinterviewquestions.com/wordpress/?p=11</guid>
		<description><![CDATA[What are the methods to use to count an array?
count() or sizeof()
]]></description>
			<content:encoded><![CDATA[<p>What are the methods to use to count an array?</p>
<p>count() or sizeof()</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phpinterviewquestions.com/php-interview-questions/regular-level-php-interview-questions/size-of-an-array/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Existence of an array</title>
		<link>http://www.phpinterviewquestions.com/php-interview-questions/regular-level-php-interview-questions/existence-of-an-array/</link>
		<comments>http://www.phpinterviewquestions.com/php-interview-questions/regular-level-php-interview-questions/existence-of-an-array/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 05:19:03 +0000</pubDate>
		<dc:creator>Bart</dc:creator>
				<category><![CDATA[Regular level]]></category>
		<category><![CDATA[arrays]]></category>

		<guid isPermaLink="false">http://www.phpinterviewquestions.com/wordpress/?p=12</guid>
		<description><![CDATA[How to identify whether a variable contains an array?
is_array() function can be used.
]]></description>
			<content:encoded><![CDATA[<p>How to identify whether a variable contains an array?</p>
<p>is_array() function can be used.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phpinterviewquestions.com/php-interview-questions/regular-level-php-interview-questions/existence-of-an-array/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Array elements</title>
		<link>http://www.phpinterviewquestions.com/php-interview-questions/regular-level-php-interview-questions/array-elements/</link>
		<comments>http://www.phpinterviewquestions.com/php-interview-questions/regular-level-php-interview-questions/array-elements/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 05:19:03 +0000</pubDate>
		<dc:creator>Bart</dc:creator>
				<category><![CDATA[Regular level]]></category>
		<category><![CDATA[arrays]]></category>

		<guid isPermaLink="false">http://www.phpinterviewquestions.com/wordpress/?p=13</guid>
		<description><![CDATA[What methods can be used to determine whether an array element exits or not?
array_key_exist or isset() methods can be used.
]]></description>
			<content:encoded><![CDATA[<p>What methods can be used to determine whether an array element exits or not?</p>
<p>array_key_exist or isset() methods can be used.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phpinterviewquestions.com/php-interview-questions/regular-level-php-interview-questions/array-elements/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

