<?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/"
		xmlns:xhtml="http://www.w3.org/1999/xhtml"
>

<channel>
	<title>QUALL - blog &#187; php</title>
	<atom:link href="http://blog.quall.net/category/program/php-program/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.quall.net</link>
	<description></description>
	<lastBuildDate>Mon, 24 Jan 2011 06:16:51 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://blog.quall.net/category/program/php-program/feed/" />
		<item>
		<title>文字列を、1行上限★バイトで改行させて、上限★行まで表示する[PHP]</title>
		<link>http://blog.quall.net/program/php-program/1450/</link>
		<comments>http://blog.quall.net/program/php-program/1450/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 05:48:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://blog.quall.net/?p=1450</guid>
		<description><![CDATA[<p class="mgB10">
<img src="http://blog.quall.net/wp-content/uploads/noimages.jpg" alt="noimages" title="noimages" width="440" height="100" class="alignnone size-full wp-image-1436" />
</p>

<p class="mgB10">
１行あたりの文字列を指定バイト数で改行しようとしたい場合などに使えます。
わざわざ記事にすることでもないかもしれないけどｗ
</p>


No related posts.]]></description>
		<wfw:commentRss>http://blog.quall.net/program/php-program/1450/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://blog.quall.net/program/php-program/1450/" />
	</item>
		<item>
		<title>$_SERVER[&#039;PATH_INFO&#039;]でやる擬似rewrite[PHP]</title>
		<link>http://blog.quall.net/program/1204/</link>
		<comments>http://blog.quall.net/program/1204/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 08:27:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[program]]></category>

		<guid isPermaLink="false">http://blog.quall.net/?p=1204</guid>
		<description><![CDATA[<p class="mgB10">
<img src="/wp-content/uploads/2009/04/php2.jpg" alt="php" title="php" width="440" height="200" class="alignnone size-full wp-image-370" />
</p>

<p class="mgB10">
サーバでrewriteするほどでもない、再起動したくないってときに使う擬似？rewriteのマメ知識。
$_SERVER['PATH_INFO']を使うだけだけど。
</p>


No related posts.]]></description>
		<wfw:commentRss>http://blog.quall.net/program/1204/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://blog.quall.net/program/1204/" />
	</item>
		<item>
		<title>ページの短縮URLを貼り付けたTwitter投稿をしてもらう</title>
		<link>http://blog.quall.net/program/1159/</link>
		<comments>http://blog.quall.net/program/1159/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 10:14:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[program]]></category>

		<guid isPermaLink="false">http://blog.quall.net/?p=1159</guid>
		<description><![CDATA[<p class="mgB10">
<img src="http://blog.quall.net/wp-content/uploads/twitter01.jpg" alt="twitter" title="twitter" width="440" height="352" class="size-full wp-image-1164" />
</p>

<p class="mgB10">
閲覧ユーザーがその場で、ページの短縮URLを貼り付けたTwitter投稿をしてもらう機能をPHPで。
</p>


No related posts.]]></description>
		<wfw:commentRss>http://blog.quall.net/program/1159/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://blog.quall.net/program/1159/" />
	</item>
		<item>
		<title>[PHP][PEAR]Services_Twitterを使ってタイムラインを取得</title>
		<link>http://blog.quall.net/program/php-program/1151/</link>
		<comments>http://blog.quall.net/program/php-program/1151/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 17:10:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux,server]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://blog.quall.net/?p=1151</guid>
		<description><![CDATA[<p class="mgB10">
<img src="http://blog.quall.net/wp-content/uploads/twitter.jpg" alt="twitter" title="twitter" width="440" height="270" class="alignnone size-full wp-image-1136" />
</p>

<p class="mgB10">
PEARのライブラリServices_Twitterを使ってtwitterのタイムラインを取得してみる。
</p>


No related posts.]]></description>
		<wfw:commentRss>http://blog.quall.net/program/php-program/1151/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://blog.quall.net/program/php-program/1151/" />
	</item>
		<item>
		<title>CakePHP1.2上で外部サイトのRSSを取得＆表示[CakePHP]</title>
		<link>http://blog.quall.net/program/1054/</link>
		<comments>http://blog.quall.net/program/1054/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 17:10:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[program]]></category>

		<guid isPermaLink="false">http://blog.quall.net/?p=1054</guid>
		<description><![CDATA[<p class="entryText">
<img src="http://blog.quall.net/wp-content/uploads/cakephp.jpg" alt="cakephp" title="cakephp" width="440" height="270" class="alignnone size-full wp-image-1055" />
</p>

<p class="entryText">
CakePHP1.2上で外部サイトのRSSを取得＆表示します。
</p>


No related posts.]]></description>
		<wfw:commentRss>http://blog.quall.net/program/1054/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://blog.quall.net/program/1054/" />
	</item>
		<item>
		<title>CakePHP1.2でRSS2.0を出力する[RSS][CakePHP]</title>
		<link>http://blog.quall.net/opensource/1025/</link>
		<comments>http://blog.quall.net/opensource/1025/#comments</comments>
		<pubDate>Mon, 07 Sep 2009 10:19:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[program]]></category>

		<guid isPermaLink="false">http://blog.quall.net/?p=1025</guid>
		<description><![CDATA[<p class="entryText">
<img src="http://blog.quall.net/wp-content/uploads/2009/04/cakephp11.jpg" alt="cakephp" title="cakephp" width="440" height="200" class="alignnone size-full wp-image-358" />
</p>

<p class="entryText">
CakePHP1.2でRSSを出力する。
今回はCakePHPに標準で用意されているものを使ってRSSを出力させる。
</p>


No related posts.]]></description>
		<wfw:commentRss>http://blog.quall.net/opensource/1025/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://blog.quall.net/opensource/1025/" />
	</item>
		<item>
		<title>PHP5でxml_parse_into_struct()でXMLをパースできない</title>
		<link>http://blog.quall.net/program/1015/</link>
		<comments>http://blog.quall.net/program/1015/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 06:43:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[program]]></category>

		<guid isPermaLink="false">http://blog.quall.net/?p=1015</guid>
		<description><![CDATA[<p class="entryText">
<img src="http://blog.quall.net/wp-content/uploads/2009/04/php2.jpg" alt="php" title="php" width="440" height="200" class="alignnone size-full wp-image-370" />
</p>

<p class="entryText">
XMLデータの文字コードがUTF-8以外の場合、xml_parse_into_struct()を使って
PHP4で動いてたXMLパースがPHP5だと動かなくなる場合があります。というかまず動かない。
</p>


No related posts.]]></description>
		<wfw:commentRss>http://blog.quall.net/program/1015/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://blog.quall.net/program/1015/" />
	</item>
		<item>
		<title>CentOS5.3にPECLでphp-apcをインストールする</title>
		<link>http://blog.quall.net/program/658/</link>
		<comments>http://blog.quall.net/program/658/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 16:54:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux,server]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[program]]></category>

		<guid isPermaLink="false">http://blog.quall.net/?p=658</guid>
		<description><![CDATA[<p class="entryText">
<img src="http://blog.quall.net/wp-content/uploads/fedora10.jpg" alt="fedora10" title="fedora10" width="440" height="270" class="alignleft size-full wp-image-569" />
</p>

<p class="entryText">
CentOS5.3にPECLでphp-apcをインストールする
</p>


No related posts.]]></description>
		<wfw:commentRss>http://blog.quall.net/program/658/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://blog.quall.net/program/658/" />
	</item>
		<item>
		<title>外部複数ブログのRSS情報をWordPress上で表示する[WordPress]</title>
		<link>http://blog.quall.net/opensource/755/</link>
		<comments>http://blog.quall.net/opensource/755/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 01:27:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[program]]></category>

		<guid isPermaLink="false">http://blog.quall.net/?p=755</guid>
		<description><![CDATA[<p class="entryText">
<img src="http://blog.quall.net/wp-content/uploads/wordpress1.jpg" alt="wordpress" title="wordpress" width="440" height="270" class="alignleft size-full wp-image-845" />
</p>


<p class="entryText">
例えばアメブロとか外部ブログ複数の更新情報をWordPress上で表示する。
・複数の外部ブログからそれぞれ最新の記事を1件ずつ表示させる
・複数の外部ブログから最新の記事を●件表示させる
の２つのやり方をメモしておきます。
</p>


No related posts.]]></description>
		<wfw:commentRss>http://blog.quall.net/opensource/755/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://blog.quall.net/opensource/755/" />
	</item>
		<item>
		<title>アソシエーションを絡めたcountで件数がとれない＆エラー[CakePHP]</title>
		<link>http://blog.quall.net/program/827/</link>
		<comments>http://blog.quall.net/program/827/#comments</comments>
		<pubDate>Sun, 30 Aug 2009 17:22:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[program]]></category>

		<guid isPermaLink="false">http://blog.quall.net/?p=827</guid>
		<description><![CDATA[<p class="entryText">
<img src="http://blog.quall.net/wp-content/uploads/2009/04/cakephp11.jpg" alt="cakephp" title="cakephp" width="440" height="200" class="aligncenter size-full wp-image-358" />
</p>

<p class="entryText">
CakePHP1.2でアソシエーションを絡めたcountでうまく件数がとれないときの話です。
</p>


No related posts.]]></description>
		<wfw:commentRss>http://blog.quall.net/program/827/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://blog.quall.net/program/827/" />
	</item>
	</channel>
</rss>

