<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Functions: Syntax</title>
	<atom:link href="http://zend.is-hacked.com/2008/functions-syntax/feed/" rel="self" type="application/rss+xml" />
	<link>http://zend.is-hacked.com/2008/functions-syntax/</link>
	<description>Leading Up to and takeing the Zend PHP 5 Certification test.</description>
	<pubDate>Tue, 06 Jan 2009 05:50:47 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Sasha</title>
		<link>http://zend.is-hacked.com/2008/functions-syntax/#comment-36</link>
		<dc:creator>Sasha</dc:creator>
		<pubDate>Sun, 09 Nov 2008 20:42:23 +0000</pubDate>
		<guid isPermaLink="false">http://zend.is-hacked.com/?p=92#comment-36</guid>
		<description>did you try something like this 
 function hello_world()
{   
echo 'Hello World!';
}   

$_Hello = hello_world();
$_Hello;

as opposite to your first example, this has a value that can be assigned and manipulated. 
according to the guide, all functions in PHP return a value even if you don't explicitly cause them to.</description>
		<content:encoded><![CDATA[<p>did you try something like this<br />
 function hello_world()<br />
{<br />
echo &#8216;Hello World!&#8217;;<br />
}   </p>
<p>$_Hello = hello_world();<br />
$_Hello;</p>
<p>as opposite to your first example, this has a value that can be assigned and manipulated.<br />
according to the guide, all functions in PHP return a value even if you don&#8217;t explicitly cause them to.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
