<?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>Full On Design &#187; Php Functions</title>
	<atom:link href="http://www.fullondesign.co.uk/tag/php-functions/feed" rel="self" type="application/rss+xml" />
	<link>http://www.fullondesign.co.uk</link>
	<description>Design &#38; Web Technologies</description>
	<lastBuildDate>Sun, 30 Oct 2011 21:37:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>PHP Function: realpath()</title>
		<link>http://www.fullondesign.co.uk/coding/php/1297-php-function-realpath.htm</link>
		<comments>http://www.fullondesign.co.uk/coding/php/1297-php-function-realpath.htm#comments</comments>
		<pubDate>Sat, 19 Dec 2009 23:23:49 +0000</pubDate>
		<dc:creator>Rogem</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Absolute Link]]></category>
		<category><![CDATA[Php Functions]]></category>
		<category><![CDATA[realpath]]></category>
		<category><![CDATA[Symbolic Link]]></category>

		<guid isPermaLink="false">http://www.fullondesign.co.uk/?p=1297</guid>
		<description><![CDATA[One functions I wish I had known about when i start learned PHP is the realpath() function. Pretty much what it does is take symbolic link (such as &#8216;../&#8217; or &#8216;/&#8217;) and returns a canonicalized absolute link (like &#8216;/home/public_html/folder&#8217;). Here is an example of it in action:]]></description>
			<content:encoded><![CDATA[<p>One functions I wish I had known about when i start learned PHP is the <a href="http://uk2.php.net/manual/en/function.realpath.php">realpath()</a> function. Pretty much what it does is take symbolic link (such as &#8216;../&#8217; or &#8216;/&#8217;) and returns a canonicalized absolute link (like &#8216;/home/public_html/folder&#8217;). Here is an example of it in action:</p>
<pre class="brush: php; title: ; notranslate">
&lt;?php
echo realpath('../');
// Would return: /home/mike/www/blogposts
?&gt;
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.fullondesign.co.uk/coding/php/1297-php-function-realpath.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: basic
Database Caching 1/8 queries in 0.003 seconds using disk: basic
Object Caching 205/216 objects using disk: basic

Served from: www.fullondesign.co.uk @ 2012-02-04 08:58:31 -->
