<?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>Byumut &#187; php fonksiyonlar</title>
	<atom:link href="http://www.byumut.com/tag/php-fonksiyonlar/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.byumut.com</link>
	<description>&#34; En büyük risk, risk almamaktır.... &#34;</description>
	<lastBuildDate>Thu, 09 Feb 2012 22:12:54 +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&#8217;de Kullanılacak Tüm Fonksiyonların Listesini Veren Kod Parçacığı</title>
		<link>http://www.byumut.com/phpde-kullanilacak-tum-fonksiyonlarin-listesini-veren-kod-parcacigi/</link>
		<comments>http://www.byumut.com/phpde-kullanilacak-tum-fonksiyonlarin-listesini-veren-kod-parcacigi/#comments</comments>
		<pubDate>Wed, 12 Nov 2008 10:13:58 +0000</pubDate>
		<dc:creator>byumut</dc:creator>
				<category><![CDATA[Php]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[php fonksiyonlar]]></category>
		<category><![CDATA[phpde kullanmaniza izin verilen fonksiyon]]></category>
<category>php</category><category>php fonksiyonlar</category><category>phpde kullanmaniza izin verilen fonksiyon</category>
		<guid isPermaLink="false">http://www.byumut.com/?p=249</guid>
		<description><![CDATA[Php'de paket paket fonksiyonları www.php.net adresinde inceliyorduk . Sizlere sunacağım kod php.net ' teki kullanmanıza izin verilen bütün fonksiyonların dökümünü verir. PLAIN TEXT PHP: &#60;?php foreach&#40;get_loaded_extensions&#40;&#41; as $x&#41;&#123; &#160; &#160; echo "&#60;font color='#FF0000'&#62;".$x."&#60;/font&#62;\n&#60;br /&#62;\n"; &#160; &#160; echo "&#60;ol&#62;\n"; &#160; &#160; $eklenti += 1; &#160; &#160; foreach&#40;get_extension_funcs&#40;$x&#41; as $a&#41;&#123; &#160; &#160; &#160; &#160; echo "&#60;li&#62;&#60;a href=\"http://tr.php.net/manual/en/function.".ereg_replace&#40;"_","-",$a&#41;.".php\"&#62;$a&#60;/a&#62;&#60;/li&#62;\n"; [...]]]></description>
			<content:encoded><![CDATA[<p>Php'de paket paket fonksiyonları <a href="http://www.php.net">www.php.net</a> adresinde inceliyorduk . Sizlere sunacağım kod php.net ' teki kullanmanıza izin verilen bütün fonksiyonların dökümünü verir.</p>
<p><span id="more-249"></span></p>
<div class="igBar"><span id="lphp-2"><a href="#" onclick="javascript:showPlainTxt('php-2'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">PHP:</span>
<div id="php-2">
<div class="php">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#000000; font-weight:bold;">&lt;?php</span> </div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#616100;">foreach</span><span style="color:#006600; font-weight:bold;">&#40;</span><a href="http://www.php.net/get_loaded_extensions"><span style="color:#000066;">get_loaded_extensions</span></a><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#006600; font-weight:bold;">&#41;</span> <span style="color:#616100;">as</span> <span style="color:#0000FF;">$x</span><span style="color:#006600; font-weight:bold;">&#41;</span><span style="color:#006600; font-weight:bold;">&#123;</span> </div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <a href="http://www.php.net/echo"><span style="color:#000066;">echo</span></a> <span style="color:#FF0000;">"&lt;font color='#FF0000'&gt;"</span>.<span style="color:#0000FF;">$x</span>.<span style="color:#FF0000;">"&lt;/font&gt;<span style="color:#000099; font-weight:bold;">\n</span>&lt;br /&gt;<span style="color:#000099; font-weight:bold;">\n</span>"</span>; </div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <a href="http://www.php.net/echo"><span style="color:#000066;">echo</span></a> <span style="color:#FF0000;">"&lt;ol&gt;<span style="color:#000099; font-weight:bold;">\n</span>"</span>; </div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color:#0000FF;">$eklenti</span> += <span style="color:#CC66CC;color:#800000;">1</span>; </div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color:#616100;">foreach</span><span style="color:#006600; font-weight:bold;">&#40;</span><a href="http://www.php.net/get_extension_funcs"><span style="color:#000066;">get_extension_funcs</span></a><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#0000FF;">$x</span><span style="color:#006600; font-weight:bold;">&#41;</span> <span style="color:#616100;">as</span> <span style="color:#0000FF;">$a</span><span style="color:#006600; font-weight:bold;">&#41;</span><span style="color:#006600; font-weight:bold;">&#123;</span> </div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; <a href="http://www.php.net/echo"><span style="color:#000066;">echo</span></a> <span style="color:#FF0000;">"&lt;li&gt;&lt;a href=<span style="color:#000099; font-weight:bold;">\"</span>http://tr.php.net/manual/en/function."</span>.<a href="http://www.php.net/ereg_replace"><span style="color:#000066;">ereg_replace</span></a><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#FF0000;">"_"</span>,<span style="color:#FF0000;">"-"</span>,<span style="color:#0000FF;">$a</span><span style="color:#006600; font-weight:bold;">&#41;</span>.<span style="color:#FF0000;">".php<span style="color:#000099; font-weight:bold;">\"</span>&gt;$a&lt;/a&gt;&lt;/li&gt;<span style="color:#000099; font-weight:bold;">\n</span>"</span>; </div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#0000FF;">$sayi</span> += <span style="color:#CC66CC;color:#800000;">1</span>; </div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color:#006600; font-weight:bold;">&#125;</span> </div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <a href="http://www.php.net/echo"><span style="color:#000066;">echo</span></a> <span style="color:#FF0000;">"&lt;/ol&gt;<span style="color:#000099; font-weight:bold;">\n</span>&lt;br /&gt;<span style="color:#000099; font-weight:bold;">\n</span>"</span>; </div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#006600; font-weight:bold;">&#125;</span> </div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://www.php.net/echo"><span style="color:#000066;">echo</span></a> <span style="color:#FF0000;">"&lt;strong&gt;"</span>.<span style="color:#0000FF;">$eklenti</span>.<span style="color:#FF0000;">" adet eklentide "</span>.<span style="color:#0000FF;">$sayi</span>.<span style="color:#FF0000;">" adet fonksiyon mevcut...&lt;/strong&gt;"</span>; </div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#000000; font-weight:bold;">?&gt;</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>İşte Kod Kolay Gelsin . </p>
<p><strong> <a href="http://www.byumut.com/ornekler/izinli_php_fonksiyonlari/index.php">Kodun nasıl çalıştığını görmek için buraya tıklayınız .</a> </strong></p>

<p class="sayac_bilgi">4 views</p>
]]></content:encoded>
			<wfw:commentRss>http://www.byumut.com/phpde-kullanilacak-tum-fonksiyonlarin-listesini-veren-kod-parcacigi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

