<?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>Getphp : PHP and MySQL resources &#187; Manuals</title>
	<atom:link href="http://www.getphp.net/category/manuals/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.getphp.net</link>
	<description></description>
	<lastBuildDate>Mon, 07 Jun 2010 08:59:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Math in Smarty</title>
		<link>http://www.getphp.net/math-in-smarty/</link>
		<comments>http://www.getphp.net/math-in-smarty/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 08:23:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Smarty]]></category>
		<category><![CDATA[Math]]></category>

		<guid isPermaLink="false">http://www.getphp.net/?p=470</guid>
		<description><![CDATA[<p>Math</p>
<p>Math can be applied directly to variable values.</p>
<p>Example 3-7. math examples</p>
<p>{$foo+1}</p>
<p>{$foo*$bar}</p>
<p>{* some more complicated examples *}</p>
<p>{$foo-&#62;bar-$bar[1]*$baz-&#62;foo-&#62;bar()-3*7}</p>
<p>{if ($foo+$bar.test%$baz*134232+10+$b+10)}</p>
<p>{$foo&#124;truncate:&#8221;`$fooTruncCount/$barTruncFactor-1`&#8221;}</p>
<p>{assign var=&#8221;foo&#8221; value=&#8221;`$foo+$bar`&#8221;}</p>
<p>See also the {math} function for complex equations and {eval}.</p>


<p>No related posts.</p>
<p>Related posts brought to you by Yet Another Related Posts Plugin.</p>


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://www.getphp.net/math-in-smarty/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Embedding Vars in Double Quotes</title>
		<link>http://www.getphp.net/embedding-vars-in-double-quotes/</link>
		<comments>http://www.getphp.net/embedding-vars-in-double-quotes/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 08:22:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Smarty]]></category>

		<guid isPermaLink="false">http://www.getphp.net/?p=468</guid>
		<description><![CDATA[<p>Embedding Vars in Double Quotes</p>
<p>Smarty will recognize assigned variables embedded in &#8220;double quotes&#8221; so long as the variable name contains only numbers, letters, under_scores and brackets[]. See naming for more detail.</p>
<p>With any other characters, for example a .period or $object&#62;reference, then the variable must be surrounded by `backticks`.</p>
<p>You cannot embed modifiers, they must always be [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://www.getphp.net/embedding-vars-in-double-quotes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Attributes in smarty</title>
		<link>http://www.getphp.net/attributes-in-smarty/</link>
		<comments>http://www.getphp.net/attributes-in-smarty/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 08:13:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Smarty]]></category>
		<category><![CDATA[Attributes]]></category>

		<guid isPermaLink="false">http://www.getphp.net/?p=465</guid>
		<description><![CDATA[<p>Attributes</p>
<p>Most of the functions take attributes that specify or modify their behavior. Attributes to Smarty functions are much like HTML attributes. Static values don&#8217;t have to be enclosed in quotes, but it is recommended for literal strings. Variables may also be used, and should not be in quotes.</p>
<p>Some attributes require boolean values (TRUE or FALSE). [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://www.getphp.net/attributes-in-smarty/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Functions in Smarty</title>
		<link>http://www.getphp.net/functions-in-smarty/</link>
		<comments>http://www.getphp.net/functions-in-smarty/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 08:12:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Smarty]]></category>
		<category><![CDATA[Functions]]></category>

		<guid isPermaLink="false">http://www.getphp.net/?p=463</guid>
		<description><![CDATA[<p>Functions</p>
<p>Every Smarty tag either prints a variable or invokes some sort of function. These are processed and displayed by enclosing the function and its attributes within delimiters like so: {funcname attr1=&#8217;val1&#8242; attr2=&#8217;val2&#8242;}.</p>
<p>Example 3-3. function syntax</p>
<p>{config_load file=&#8217;colors.conf&#8217;}</p>
<p>{include file=&#8217;header.tpl&#8217;}
{insert file=&#8217;banner_ads.tpl&#8217; title=&#8217;Smarty is cool&#8217;}</p>
<p>{if $logged_in}
Welcome, {$name}!
{else}
hi, {$name}
{/if}</p>
<p>{include file=&#8217;footer.tpl&#8217; ad=$random_id}</p>
<p>Both built-in functions and custom functions have the same syntax [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://www.getphp.net/functions-in-smarty/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Variables in Smarty</title>
		<link>http://www.getphp.net/variables-in-smarty/</link>
		<comments>http://www.getphp.net/variables-in-smarty/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 08:10:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Smarty]]></category>
		<category><![CDATA[Variables]]></category>

		<guid isPermaLink="false">http://www.getphp.net/?p=461</guid>
		<description><![CDATA[<p>Variables</p>
<p>Template variables start with the $dollar sign. They can contain numbers, letters and underscores, much like a PHP variable. You can reference arrays by index numerically or non-numerically. Also reference object properties and methods.</p>
<p>Config file variables are an exception to the $dollar syntax and are instead referenced with surrounding #hashmarks#, or via the $smarty.config variable.</p>
<p>Example [...]


Related posts:<ol><li><a href='http://www.getphp.net/manual-installation-tutorial-for-php-5-on-iis-51-windows-xp-pro/' rel='bookmark' title='Permanent Link: Manual Installation Tutorial for PHP 5 on IIS 5.1 (Windows XP  Pro)'>Manual Installation Tutorial for PHP 5 on IIS 5.1 (Windows XP  Pro)</a> <small>Before we begin any installation steps, the first thing we...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://www.getphp.net/variables-in-smarty/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SMARTY_CORE_DIR constant</title>
		<link>http://www.getphp.net/smarty_core_dir-constant/</link>
		<comments>http://www.getphp.net/smarty_core_dir-constant/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 08:08:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Smarty]]></category>
		<category><![CDATA[SMARTY_CORE_DIR]]></category>

		<guid isPermaLink="false">http://www.getphp.net/?p=459</guid>
		<description><![CDATA[<p>SMARTY_CORE_DIR</p>
<p>This is the full system path to the location of the Smarty core files. If not defined, Smarty will default this constant to the internals/ sub-directory below SMARTY_DIR. If defined, the path must end with a slash/. Use this constant when manually including any of the core.* files.</p>
<p>Example 11-2. SMARTY_CORE_DIR
</p>
<p>// load core.get_microtime.php
require_once(SMARTY_CORE_DIR . &#8216;core.get_microtime.php&#8217;);</p>
<p>?&#62;</p>


<p>No related [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://www.getphp.net/smarty_core_dir-constant/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SMARTY_DIR constant</title>
		<link>http://www.getphp.net/smarty_dir-constant/</link>
		<comments>http://www.getphp.net/smarty_dir-constant/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 08:07:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Smarty]]></category>
		<category><![CDATA[SMARTY_DIR]]></category>

		<guid isPermaLink="false">http://www.getphp.net/?p=457</guid>
		<description><![CDATA[<p>SMARTY_DIR</p>
<p>This is the full system path to the location of the Smarty class files. If this is not defined in your script, then Smarty will attempt to determine the appropriate value automatically. If defined, the path must end with a trailing slash/.</p>
<p>Example 11-1. SMARTY_DIR
// set path to Smarty directory *nix style
define(&#8216;SMARTY_DIR&#8217;, &#8216;/usr/local/lib/php/Smarty-v.e.r/libs/&#8217;);</p>
<p>// path to Smarty [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://www.getphp.net/smarty_dir-constant/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Smarty Manual : Comments</title>
		<link>http://www.getphp.net/smarty-manual-comments/</link>
		<comments>http://www.getphp.net/smarty-manual-comments/#comments</comments>
		<pubDate>Wed, 11 Feb 2009 10:35:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Smarty]]></category>

		<guid isPermaLink="false">http://www.getphp.net/?p=246</guid>
		<description><![CDATA[<p></p>
Comments
<p>Template comments are surrounded by asterisks, and that is surrounded by the delimiter tags like so:</p>
 </p>




{* this is a comment *}




<p> </p>
<p>Smarty comments are NOT displayed in the final output of the template, unlike &#60;!-- HTML comments --&#62;. These are useful for making internal notes in the templates which no one will see  </p>




Example 3-1. Comments within a [...]


Related posts:<ol><li><a href='http://www.getphp.net/manual-installation-tutorial-for-php-5-on-iis-51-windows-xp-pro/' rel='bookmark' title='Permanent Link: Manual Installation Tutorial for PHP 5 on IIS 5.1 (Windows XP  Pro)'>Manual Installation Tutorial for PHP 5 on IIS 5.1 (Windows XP  Pro)</a> <small>Before we begin any installation steps, the first thing we...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://www.getphp.net/smarty-manual-comments/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP-GTK : Hello World (basic)</title>
		<link>http://www.getphp.net/php-gtk-hello-world-basic/</link>
		<comments>http://www.getphp.net/php-gtk-hello-world-basic/#comments</comments>
		<pubDate>Wed, 04 Feb 2009 15:35:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP GTK]]></category>

		<guid isPermaLink="false">http://www.getphp.net/?p=202</guid>
		<description><![CDATA[<p>Hello World (basic)</p>
<p>Table of Contents</p>
<p>Further reading
When you begin to learn a programming language, the first program you often write is a &#8216;hello world&#8217; program. So, just to fit in with everyone else, the first tutorial in this manual just happens to be a &#8216;hello world&#8217; tutorial!</p>
<p>Throughout the tutorials we expect a reasonable grasp of PHP [...]


Related posts:<ol><li><a href='http://www.getphp.net/manual-installation-tutorial-for-php-5-on-iis-51-windows-xp-pro/' rel='bookmark' title='Permanent Link: Manual Installation Tutorial for PHP 5 on IIS 5.1 (Windows XP  Pro)'>Manual Installation Tutorial for PHP 5 on IIS 5.1 (Windows XP  Pro)</a> <small>Before we begin any installation steps, the first thing we...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://www.getphp.net/php-gtk-hello-world-basic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GTK-PHP : Installation on Linux</title>
		<link>http://www.getphp.net/gtk-php-installation-on-linux/</link>
		<comments>http://www.getphp.net/gtk-php-installation-on-linux/#comments</comments>
		<pubDate>Wed, 04 Feb 2009 15:34:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP GTK]]></category>

		<guid isPermaLink="false">http://www.getphp.net/?p=200</guid>
		<description><![CDATA[<p></p>


Installation on Linux


<p>The best way to install PHP-GTK 2 on Linux is to compile it. No binary or source packages are available as yet for any distribution, so you can&#8217;t use your favorite package manager to install PHP-GTK 2! These instructions should be valid for most distributions of Linux, as well as other POSIX compliant [...]


Related posts:<ol><li><a href='http://www.getphp.net/manual-installation-tutorial-for-php-5-on-iis-51-windows-xp-pro/' rel='bookmark' title='Permanent Link: Manual Installation Tutorial for PHP 5 on IIS 5.1 (Windows XP  Pro)'>Manual Installation Tutorial for PHP 5 on IIS 5.1 (Windows XP  Pro)</a> <small>Before we begin any installation steps, the first thing we...</small></li>
<li><a href='http://www.getphp.net/what-version-of-php/' rel='bookmark' title='Permanent Link: What version of PHP'>What version of PHP</a> <small>I was asked how to get the version of PHP...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://www.getphp.net/gtk-php-installation-on-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP-GTK : Installation on Windows</title>
		<link>http://www.getphp.net/php-gtk-installation-on-windows/</link>
		<comments>http://www.getphp.net/php-gtk-installation-on-windows/#comments</comments>
		<pubDate>Wed, 04 Feb 2009 15:31:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP GTK]]></category>

		<guid isPermaLink="false">http://www.getphp.net/?p=198</guid>
		<description><![CDATA[<p></p>


Installation on Windows


</p>


Using Gnope


<p>Gnope has proven to be the most easiest way of installing and maintaining PHP-GTK 2 on Windows. Gnope is a fully featured PHP-GTK 2 installer, complete with PHP 5.1, GTK 2.6 and PEAR. A few simple mouse clicks and you&#8217;re done!</p>
<p>Just download the installer from gnope.org and follow the on-screen instructions. Gnope also has [...]


Related posts:<ol><li><a href='http://www.getphp.net/manual-installation-tutorial-for-php-5-on-iis-51-windows-xp-pro/' rel='bookmark' title='Permanent Link: Manual Installation Tutorial for PHP 5 on IIS 5.1 (Windows XP  Pro)'>Manual Installation Tutorial for PHP 5 on IIS 5.1 (Windows XP  Pro)</a> <small>Before we begin any installation steps, the first thing we...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://www.getphp.net/php-gtk-installation-on-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Manual : Booleans</title>
		<link>http://www.getphp.net/manual-booleans/</link>
		<comments>http://www.getphp.net/manual-booleans/#comments</comments>
		<pubDate>Wed, 04 Feb 2009 15:08:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP Manual]]></category>

		<guid isPermaLink="false">http://www.getphp.net/?p=189</guid>
		<description><![CDATA[<p>Booleans</p>
<p>This is the simplest type. A boolean expresses a truth value. It can be either TRUE or FALSE.</p>
<p>Note: The boolean type was introduced in PHP 4.</p>
<p>Syntax</p>
<p>To specify a boolean literal, use the keywords TRUE or FALSE. Both are case-insensitive.</p>
<p>&#60;?php
$foo = True; // assign the value TRUE to $foo
?&#62;
Typically, some kind of operator which returns a [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://www.getphp.net/manual-booleans/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Variable functions</title>
		<link>http://www.getphp.net/variable-functions/</link>
		<comments>http://www.getphp.net/variable-functions/#comments</comments>
		<pubDate>Wed, 04 Feb 2009 15:06:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP Manual]]></category>

		<guid isPermaLink="false">http://www.getphp.net/?p=187</guid>
		<description><![CDATA[<p>Variable functions</p>
<p>PHP supports the concept of variable functions. This means that if a variable name has parentheses appended to it, PHP will look for a function with the same name as whatever the variable evaluates to, and will attempt to execute it. Among other things, this can be used to implement callbacks, function tables, and [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://www.getphp.net/variable-functions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Manual : Returning values</title>
		<link>http://www.getphp.net/manual-returning-values/</link>
		<comments>http://www.getphp.net/manual-returning-values/#comments</comments>
		<pubDate>Wed, 04 Feb 2009 15:02:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP Manual]]></category>

		<guid isPermaLink="false">http://www.getphp.net/?p=185</guid>
		<description><![CDATA[<p>Returning values</p>
<p>Values are returned by using the optional return statement. Any type may be returned, including arrays and objects. This causes the function to end its execution immediately and pass control back to the line from which it was called. See return() for more information.</p>
<p>Example #1 Use of return()</p>
<p>&#60;?php
function square($num)
{
    return $num * $num;
}
echo square(4);   [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://www.getphp.net/manual-returning-values/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Manual : Function arguments</title>
		<link>http://www.getphp.net/manual-function-arguments/</link>
		<comments>http://www.getphp.net/manual-function-arguments/#comments</comments>
		<pubDate>Wed, 04 Feb 2009 14:59:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP Manual]]></category>

		<guid isPermaLink="false">http://www.getphp.net/?p=183</guid>
		<description><![CDATA[<p>Function arguments</p>
<p>Information may be passed to functions via the argument list, which is a comma-delimited list of expressions.</p>
<p>PHP supports passing arguments by value (the default), passing by reference, and default argument values. Variable-length argument lists are also supported, see also the function references for func_num_args(), func_get_arg(), and func_get_args() for more information.</p>
<p>Example #1 Passing arrays to [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://www.getphp.net/manual-function-arguments/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Manual : User-defined functions</title>
		<link>http://www.getphp.net/manual-user-defined-functions/</link>
		<comments>http://www.getphp.net/manual-user-defined-functions/#comments</comments>
		<pubDate>Wed, 04 Feb 2009 14:56:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP Manual]]></category>

		<guid isPermaLink="false">http://www.getphp.net/?p=181</guid>
		<description><![CDATA[<p>User-defined functions</p>
<p>A function may be defined using syntax such as the following:</p>
<p>Example #1 Pseudo code to demonstrate function uses</p>
<p>&#60;?php
function foo($arg_1, $arg_2, /* &#8230;, */ $arg_n)
{
    echo &#8220;Example function.\n&#8221;;
    return $retval;
}
?&#62;
Any valid PHP code may appear inside a function, even other functions and class definitions.</p>
<p>Function names follow the same rules as other labels in PHP. A [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://www.getphp.net/manual-user-defined-functions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>switch statement : php manual</title>
		<link>http://www.getphp.net/switch-statement-php-manual/</link>
		<comments>http://www.getphp.net/switch-statement-php-manual/#comments</comments>
		<pubDate>Thu, 29 Jan 2009 08:33:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP Manual]]></category>
		<category><![CDATA[switch]]></category>

		<guid isPermaLink="false">http://www.getphp.net/?p=153</guid>
		<description><![CDATA[<p>The switch statement is similar to a series of IF statements on the same expression. In many occasions, you may want to compare the same variable (or expression) with many different values, and execute a different piece of code depending on which value it equals to. This is exactly what the switch statement is for.</p>
<p>Note: [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://www.getphp.net/switch-statement-php-manual/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magic constants : PHP manual</title>
		<link>http://www.getphp.net/magic-constants-php-manual/</link>
		<comments>http://www.getphp.net/magic-constants-php-manual/#comments</comments>
		<pubDate>Thu, 29 Jan 2009 08:19:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP Manual]]></category>
		<category><![CDATA[Magic constants]]></category>

		<guid isPermaLink="false">http://www.getphp.net/?p=150</guid>
		<description><![CDATA[<p>PHP provides a large number of predefined constants to any script which it runs. Many of these constants, however, are created by various extensions, and will only be present when those extensions are available, either via dynamic loading or because they have been compiled in.</p>
<p>There are seven magical constants that change depending on where they [...]


Related posts:<ol><li><a href='http://www.getphp.net/manual-installation-tutorial-for-php-5-on-iis-51-windows-xp-pro/' rel='bookmark' title='Permanent Link: Manual Installation Tutorial for PHP 5 on IIS 5.1 (Windows XP  Pro)'>Manual Installation Tutorial for PHP 5 on IIS 5.1 (Windows XP  Pro)</a> <small>Before we begin any installation steps, the first thing we...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://www.getphp.net/magic-constants-php-manual/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Include Statement : PHP Manual</title>
		<link>http://www.getphp.net/include-statement-php-manual/</link>
		<comments>http://www.getphp.net/include-statement-php-manual/#comments</comments>
		<pubDate>Wed, 28 Jan 2009 20:16:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP Manual]]></category>
		<category><![CDATA[include]]></category>

		<guid isPermaLink="false">http://www.getphp.net/?p=147</guid>
		<description><![CDATA[<p>The include() statement includes and evaluates the specified file.</p>
<p>The documentation below also applies to require(). The two constructs are identical in every way except how they handle failure. They both produce a Warning, but require() results in a Fatal Error. In other words, use require() if you want a missing file to halt processing of [...]


Related posts:<ol><li><a href='http://www.getphp.net/manual-installation-tutorial-for-php-5-on-iis-51-windows-xp-pro/' rel='bookmark' title='Permanent Link: Manual Installation Tutorial for PHP 5 on IIS 5.1 (Windows XP  Pro)'>Manual Installation Tutorial for PHP 5 on IIS 5.1 (Windows XP  Pro)</a> <small>Before we begin any installation steps, the first thing we...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://www.getphp.net/include-statement-php-manual/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Return : PHP Manual</title>
		<link>http://www.getphp.net/return-php-manual/</link>
		<comments>http://www.getphp.net/return-php-manual/#comments</comments>
		<pubDate>Wed, 28 Jan 2009 17:54:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP Manual]]></category>
		<category><![CDATA[return]]></category>

		<guid isPermaLink="false">http://www.getphp.net/?p=114</guid>
		<description><![CDATA[<p>If called from within a function, the return() statement immediately ends execution of the current function, and returns its argument as the value of the function call. return() will also end the execution of an eval() statement or script file.</p>
<p>If called from the global scope, then execution of the current script file is ended. If [...]


Related posts:<ol><li><a href='http://www.getphp.net/manual-installation-tutorial-for-php-5-on-iis-51-windows-xp-pro/' rel='bookmark' title='Permanent Link: Manual Installation Tutorial for PHP 5 on IIS 5.1 (Windows XP  Pro)'>Manual Installation Tutorial for PHP 5 on IIS 5.1 (Windows XP  Pro)</a> <small>Before we begin any installation steps, the first thing we...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://www.getphp.net/return-php-manual/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
