<?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>Teknikhadise.com &#187; Php</title>
	<atom:link href="http://www.teknikhadise.com/etiket/php/feed" rel="self" type="application/rss+xml" />
	<link>http://www.teknikhadise.com</link>
	<description></description>
	<lastBuildDate>Fri, 26 Mar 2010 17:10:17 +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>Php 5.3.x&#8217;de onaylanmayan (Deprecated) fonksiyonlar</title>
		<link>http://www.teknikhadise.com/php-5-3-xde-onaylanmayan-deprecated-fonksiyonlar</link>
		<comments>http://www.teknikhadise.com/php-5-3-xde-onaylanmayan-deprecated-fonksiyonlar#comments</comments>
		<pubDate>Sun, 21 Feb 2010 22:54:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Php]]></category>
		<category><![CDATA[Deprecated]]></category>
		<category><![CDATA[php 5.3]]></category>
		<category><![CDATA[undefined]]></category>

		<guid isPermaLink="false">http://www.teknikhadise.com/?p=36</guid>
		<description><![CDATA[Php&#8217;nizi 5.3 sürümüne yükselttiğinizde bazı fonksiyonlarda &#8220;Fatal error:  Call to undefined function&#8221; gibi hatalar oluşabilir. Bu hatalardan kurtulmak için Php&#8217;nin onaylanmayan (deprecated) fonksiyonlar listesinden kullandığınız fonksiyonların yerine alternatiflerini kullanmalısınız.
Deprecated features in PHP 5.3.x
]]></description>
			<content:encoded><![CDATA[<p>Php&#8217;nizi 5.3 sürümüne yükselttiğinizde bazı fonksiyonlarda <strong>&#8220;Fatal error</strong>:  Call to undefined function&#8221; gibi hatalar oluşabilir. Bu hatalardan kurtulmak için Php&#8217;nin onaylanmayan (deprecated) fonksiyonlar listesinden kullandığınız fonksiyonların yerine alternatiflerini kullanmalısınız.</p>
<h3><a title="Php 5.3 onaylanmayan fonksiyonlar" href="http://us2.php.net/manual/tr/migration53.deprecated.php" target="_blank">Deprecated features in PHP 5.3.x</a></h3>
]]></content:encoded>
			<wfw:commentRss>http://www.teknikhadise.com/php-5-3-xde-onaylanmayan-deprecated-fonksiyonlar/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iki sayı arasındaki rastgele sayıları diziye kaydetme</title>
		<link>http://www.teknikhadise.com/iki-sayi-arasindaki-rastgele-sayilari-diziye-kaydetme</link>
		<comments>http://www.teknikhadise.com/iki-sayi-arasindaki-rastgele-sayilari-diziye-kaydetme#comments</comments>
		<pubDate>Fri, 08 Jan 2010 05:36:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Genel]]></category>
		<category><![CDATA[array]]></category>
		<category><![CDATA[Php]]></category>
		<category><![CDATA[php ile rastgele sayı üretmek]]></category>
		<category><![CDATA[php random]]></category>
		<category><![CDATA[rand]]></category>

		<guid isPermaLink="false">http://www.teknikhadise.com/?p=26</guid>
		<description><![CDATA[
 function rsayidizi($adet,$birincisayi,$ikincisayi) {
    $dizi = array();
    for($i=0; $i]]></description>
			<content:encoded><![CDATA[<blockquote><p>
 function rsayidizi($adet,$birincisayi,$ikincisayi) {</p>
<p>    $dizi = array();<br />
    for($i=0; $i<$adet; $i++)<br />
    {<br />
    $rsayi = rand($birincisayi,$ikincisayi);<br />
    $dizi[$i] = $rsayi;<br />
    }<br />
    for($i=0; $i<$adet; $i++)<br />
    {<br />
    echo $dizi[$i]."<br />&#8220;;<br />
    }<br />
    }</p>
<p>rsayidizi(5,20,35)</p>
</blockquote>
<p>burada $adet dizinin eleman sayısı. </p>
<p>Örnek: rsayidizi (4,3,15); fonksiyonunu çağırdığımızda aşağıdaki gibi çıktı verir.</p>
<p>3<br />
5<br />
7<br />
14</p>
]]></content:encoded>
			<wfw:commentRss>http://www.teknikhadise.com/iki-sayi-arasindaki-rastgele-sayilari-diziye-kaydetme/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Saniyeyi hh:mm:ss formatına çevirme</title>
		<link>http://www.teknikhadise.com/saniyeyi-hhmmss-formatina-cevirme</link>
		<comments>http://www.teknikhadise.com/saniyeyi-hhmmss-formatina-cevirme#comments</comments>
		<pubDate>Fri, 08 Jan 2010 05:05:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Php]]></category>
		<category><![CDATA[date]]></category>

		<guid isPermaLink="false">http://www.teknikhadise.com/?p=22</guid>
		<description><![CDATA[
function surecevir ($saniye) {
$sure=date(&#8220;H:i:s&#8221;,-93600 + $saniye);
echo &#8220;$sure&#8221;;
}
surecevir($s);

Örneğin: surecevir(72); &#8216;nin çıktısı 00:01:12 olacaktır.
]]></description>
			<content:encoded><![CDATA[<blockquote><p>
function surecevir ($saniye) {<br />
$sure=date(&#8220;H:i:s&#8221;,-93600 + $saniye);<br />
echo &#8220;$sure&#8221;;<br />
}</p>
<p>surecevir($s);</p>
</blockquote>
<p>Örneğin: surecevir(72); &#8216;nin çıktısı 00:01:12 olacaktır.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.teknikhadise.com/saniyeyi-hhmmss-formatina-cevirme/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
