<?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>Zihni &#187; time</title>
	<atom:link href="http://www.zihni.net/tag/time/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zihni.net</link>
	<description>Zihinsel şeyler, web programlama falan filan</description>
	<lastBuildDate>Wed, 28 Jul 2010 09:36:01 +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>time() İşlevi</title>
		<link>http://www.zihni.net/php/time-fonksiyonu/</link>
		<comments>http://www.zihni.net/php/time-fonksiyonu/#comments</comments>
		<pubDate>Wed, 12 Dec 2007 20:52:31 +0000</pubDate>
		<dc:creator>Zihni</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[time]]></category>

		<guid isPermaLink="false">http://www.zihni.net/?p=41</guid>
		<description><![CDATA[


Sözdizimi:
int time ( void )
1 Ocak 1970 00:00:00 GMT&#8217;den itibaren geçen zamanı saniye cinsinden ifade eder.
Örnek:

1
2
3
4
5
6
7
&#60;?php
// 1 hafta = 7 gün * 24 saat * 60 dakika * 60saniye
$gelecekHafta = time&#40;&#41; + &#40;7 * 24 * 60 * 60&#41;;
echo 'Şimdi: '. date&#40;'Y-m-d'&#41; .&#34;\n&#34;;
echo '&#60;br&#62;';
echo 'Gelecek Hafta: '. date&#40;'Y-m-d', $gelecekHafta&#41; .&#34;\n&#34;;
?&#62;

Çıktı:
Şimdi:      [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Sözdizimi:</strong></p>
<p>int time ( void )</p>
<p>1 Ocak 1970 00:00:00 GMT&#8217;den itibaren geçen zamanı saniye cinsinden ifade eder.</p>
<p><strong>Örnek:</strong></p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
</pre></td><td class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span>
<span style="color: #666666; font-style: italic;">// 1 hafta = 7 gün * 24 saat * 60 dakika * 60saniye</span>
<span style="color: #000088;">$gelecekHafta</span> <span style="color: #339933;">=</span> <span style="color: #990000;">time</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">+</span> <span style="color: #009900;">&#40;</span><span style="color: #cc66cc;">7</span> <span style="color: #339933;">*</span> <span style="color: #cc66cc;">24</span> <span style="color: #339933;">*</span> <span style="color: #cc66cc;">60</span> <span style="color: #339933;">*</span> <span style="color: #cc66cc;">60</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #990000;">echo</span> <span style="color: #0000ff;">'Şimdi: '</span><span style="color: #339933;">.</span> <span style="color: #990000;">date</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'Y-m-d'</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">.</span><span style="color: #0000ff;">&quot;<span style="color: #000099; font-weight: bold;">\n</span>&quot;</span><span style="color: #339933;">;</span>
<span style="color: #990000;">echo</span> <span style="color: #0000ff;">'&lt;br&gt;'</span><span style="color: #339933;">;</span>
<span style="color: #990000;">echo</span> <span style="color: #0000ff;">'Gelecek Hafta: '</span><span style="color: #339933;">.</span> <span style="color: #990000;">date</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'Y-m-d'</span><span style="color: #339933;">,</span> <span style="color: #000088;">$gelecekHafta</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">.</span><span style="color: #0000ff;">&quot;<span style="color: #000099; font-weight: bold;">\n</span>&quot;</span><span style="color: #339933;">;</span>
<span style="color: #000000; font-weight: bold;">?&gt;</span></pre></td></tr></table></div>

<p><strong>Çıktı:</strong><br />
Şimdi:       2007-12-21<br />
Gelecek Hafta: 2007-12-28</p>
]]></content:encoded>
			<wfw:commentRss>http://www.zihni.net/php/time-fonksiyonu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
