<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>《PHP生成图片缩略图处理函数》的评论</title>
	<atom:link href="http://www.lanxinbase.com/?feed=rss2&#038;p=831" rel="self" type="application/rss+xml" />
	<link>http://www.lanxinbase.com/?p=831</link>
	<description>记录日常生活</description>
	<lastBuildDate>Mon, 03 Jun 2024 10:02:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.2.3</generator>
	<item>
		<title>作者：Alan</title>
		<link>http://www.lanxinbase.com/?p=831&#038;cpage=1#comment-22</link>
		<dc:creator><![CDATA[Alan]]></dc:creator>
		<pubDate>Sat, 14 Nov 2015 03:41:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.lanxinbase.com/?p=831#comment-22</guid>
		<description><![CDATA[这里再给出一个计算缩略图的公式

原图的宽度 &gt; 缩略图的宽度
     缩略图的高度 = 缩略图的宽度 *（高　／　宽）

原图的高度 &gt; 缩略图的高度
     缩略图的高度 = 缩略图的宽度 *（宽　／　高）]]></description>
		<content:encoded><![CDATA[<p>这里再给出一个计算缩略图的公式</p>
<p>原图的宽度 > 缩略图的宽度<br />
     缩略图的高度 = 缩略图的宽度 *（高　／　宽）</p>
<p>原图的高度 > 缩略图的高度<br />
     缩略图的高度 = 缩略图的宽度 *（宽　／　高）</p>
]]></content:encoded>
	</item>
</channel>
</rss>
