<?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>web tips around me &#187; wordwrap</title>
	<atom:link href="http://yamazon.org/tag/wordwrap/feed" rel="self" type="application/rss+xml" />
	<link>http://yamazon.org</link>
	<description>iphoneアプリ開発,ホームページ制作,SEO,CMS ...</description>
	<lastBuildDate>Wed, 25 May 2011 07:58:48 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>php　文字列を指定した文字ごとに分割する　wordwrap</title>
		<link>http://yamazon.org/other/232</link>
		<comments>http://yamazon.org/other/232#comments</comments>
		<pubDate>Fri, 29 Jan 2010 04:37:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[雑記]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[wordwrap]]></category>

		<guid isPermaLink="false">http://yamazon.org/?p=232</guid>
		<description><![CDATA[以下のようにすることで、10文字ごとに &#8220;\n&#8221;で区切ることが出来ます。 A very long wooooooooo ooord. 参照元：http://www.php.net/manual/ja/function.wordwrap.php]]></description>
			<content:encoded><![CDATA[<p>以下のようにすることで、10文字ごとに &#8220;\n&#8221;で区切ることが出来ます。</p>
<p>A very<br />
long<br />
wooooooooo<br />
ooord.</p>
<p>参照元：http://www.php.net/manual/ja/function.wordwrap.php</p>
]]></content:encoded>
			<wfw:commentRss>http://yamazon.org/other/232/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

