<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Code The World — Date and time a file was last accessed]]></title>
		<link>https://codetheworld.com/viewtopic.php?id=11</link>
		<atom:link href="https://codetheworld.com/extern.php?action=feed&amp;tid=11&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Date and time a file was last accessed.]]></description>
		<lastBuildDate>Sun, 15 Jun 2008 01:09:31 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Date and time a file was last accessed]]></title>
			<link>https://codetheworld.com/viewtopic.php?pid=11#p11</link>
			<description><![CDATA[<p>Description<br />One line of code that will show when a file was last accessed. It will display it in the form Last accessed: Tuesday, February 17th, 2004 @ 12:51:37 am</p><p>The code<br /></p><div class="codebox"><pre><code>&lt;?php

// Add this line to your php page

echo &quot;Last accessed: &quot; . date(&quot;l, F jS, Y @ h:i:s a&quot;,
fileatime($PATH_TRANSLATED));

?&gt;</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (Casper)]]></author>
			<pubDate>Sun, 15 Jun 2008 01:09:31 +0000</pubDate>
			<guid>https://codetheworld.com/viewtopic.php?pid=11#p11</guid>
		</item>
	</channel>
</rss>
