<?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; getimagesize</title>
	<atom:link href="http://www.zihni.net/tag/getimagesize/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>getimagesize() Fonksiyonu</title>
		<link>http://www.zihni.net/php/getimagesize-fonksiyonu/</link>
		<comments>http://www.zihni.net/php/getimagesize-fonksiyonu/#comments</comments>
		<pubDate>Mon, 14 Apr 2008 20:11:35 +0000</pubDate>
		<dc:creator>Zihni</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[getimagesize]]></category>

		<guid isPermaLink="false">http://www.zihni.net/?p=57</guid>
		<description><![CDATA[Sözdizimi: 1 array &#60;strong&#62;getimagesize&#60;/strong&#62;&#40; string $dosyaAdi &#41; Gif, jpeg, png veya swf türündeki resim dosyalarının boyutlarını getirir. 4 elemanlı bir dizi döndürür. Örnek: 1 2 3 4 5 list&#40;$width, $height, $type, $attr&#41; = getimagesize&#40;&#34;img/flag.gif&#34;&#41;; print &#34;Genişlik:$width \n&#34;; print &#34;Yükseklik:$height \n&#34;; print &#34;Tip:$type \n&#34;; print &#34;Bilgi:$attr \n&#34;; Çıktı: Genişlik:105 Yükseklik:121 Tip:1 Bilgi:width=&#8221;105&#8243; height=&#8221;121&#8243;]]></description>
			<content:encoded><![CDATA[<h4>Sözdizimi:</h4>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="php" style="font-family:monospace;"><span style="color: #990000;">array</span> <span style="color: #339933;">&lt;</span>strong<span style="color: #339933;">&gt;</span>getimagesize<span style="color: #339933;">&lt;/</span>strong<span style="color: #339933;">&gt;</span><span style="color: #009900;">&#40;</span> string <span style="color: #000088;">$dosyaAdi</span> <span style="color: #009900;">&#41;</span></pre></td></tr></table></div>

<p>Gif, jpeg, png veya swf türündeki resim dosyalarının boyutlarını getirir. 4 elemanlı bir dizi döndürür.</p>
<h4>Örnek:</h4>

<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: #990000;">list</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$width</span><span style="color: #339933;">,</span> <span style="color: #000088;">$height</span><span style="color: #339933;">,</span> <span style="color: #000088;">$type</span><span style="color: #339933;">,</span> <span style="color: #000088;">$attr</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">=</span> <span style="color: #990000;">getimagesize</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;img/flag.gif&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #990000;">print</span> <span style="color: #0000ff;">&quot;Genişlik:<span style="color: #006699; font-weight: bold;">$width</span> <span style="color: #000099; font-weight: bold;">\n</span>&quot;</span><span style="color: #339933;">;</span>
<span style="color: #990000;">print</span> <span style="color: #0000ff;">&quot;Yükseklik:<span style="color: #006699; font-weight: bold;">$height</span> <span style="color: #000099; font-weight: bold;">\n</span>&quot;</span><span style="color: #339933;">;</span>
<span style="color: #990000;">print</span> <span style="color: #0000ff;">&quot;Tip:<span style="color: #006699; font-weight: bold;">$type</span> <span style="color: #000099; font-weight: bold;">\n</span>&quot;</span><span style="color: #339933;">;</span>
<span style="color: #990000;">print</span> <span style="color: #0000ff;">&quot;Bilgi:<span style="color: #006699; font-weight: bold;">$attr</span> <span style="color: #000099; font-weight: bold;">\n</span>&quot;</span><span style="color: #339933;">;</span></pre></td></tr></table></div>

<h4>Çıktı:</h4>
<p>Genişlik:105   Yükseklik:121   Tip:1   Bilgi:width=&#8221;105&#8243; height=&#8221;121&#8243;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.zihni.net/php/getimagesize-fonksiyonu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

