<?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 Kaya &#187; urlencode</title>
	<atom:link href="http://www.zihni.net/tag/urlencode/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zihni.net</link>
	<description></description>
	<lastBuildDate>Wed, 16 Nov 2011 07:22:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>urlencode() Fonksiyonu</title>
		<link>http://www.zihni.net/php/urlencode-fonksiyonu/</link>
		<comments>http://www.zihni.net/php/urlencode-fonksiyonu/#comments</comments>
		<pubDate>Mon, 12 Nov 2007 20:41:52 +0000</pubDate>
		<dc:creator>Zihni</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[urlencode]]></category>

		<guid isPermaLink="false">http://www.zihni.net/?p=37</guid>
		<description><![CDATA[Sözdizimi: string urlencode ( string $str ) str parametresi ile verilen string&#8217;e url kodlama kurallarını uygular. string içindeki belirli karakterleri hex ascii koduna çevirir. Örneğin &#8220;ü&#8221; karakterinin decimal(onluk) ascii kodu 252 dir. Bunu hex(16) lık ascii karşılığına çevirir(FC) ve başına % işareti koyar. ü=%FC olur. Örnek: 1 2 3 4 5 &#60;?php &#160; $yazarAdi = [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Sözdizimi:</strong></p>
<p>string <strong>urlencode</strong> ( string $str     )</p>
<p>str parametresi ile verilen string&#8217;e url kodlama kurallarını uygular.</p>
<p>string içindeki belirli karakterleri hex ascii koduna çevirir.</p>
<p>Örneğin &#8220;ü&#8221; karakterinin decimal(onluk) ascii kodu 252 dir. Bunu hex(16) lık ascii karşılığına çevirir(FC) ve başına % işareti koyar.<br />
ü=%FC olur.</p>
<p><strong>Örnek:</strong></p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
</pre></td><td class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span>
&nbsp;
<span style="color: #000088;">$yazarAdi</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">&quot;reşat nuri güntekin&quot;</span><span style="color: #339933;">;</span>
<span style="color: #990000;">echo</span> <span style="color: #0000ff;">'&lt;a href=&quot;urlencode.php?yazarAdi ='</span><span style="color: #339933;">.</span> <span style="color: #990000;">urlencode</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$yazarAdi</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">.</span><span style="color: #0000ff;">'&quot;&gt;click&lt;/a&gt;'</span><span style="color: #339933;">;</span>
<span style="color: #000000; font-weight: bold;">?&gt;</span></pre></td></tr></table></div>

<p><strong>Çıktı:</strong></p>
<p>re%FEat+nuri+g%FCntekin</p>
]]></content:encoded>
			<wfw:commentRss>http://www.zihni.net/php/urlencode-fonksiyonu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

