<?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>ぺんラボ &#187; PHP</title>
	<atom:link href="http://www.penlabo.net/archives/category/php/feed" rel="self" type="application/rss+xml" />
	<link>http://www.penlabo.net</link>
	<description>分散コンピューティングと愚痴が少々</description>
	<lastBuildDate>Tue, 20 Jul 2010 10:55:26 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>PHPにPEAR::SOAPをインストールする</title>
		<link>http://www.penlabo.net/archives/1066</link>
		<comments>http://www.penlabo.net/archives/1066#comments</comments>
		<pubDate>Tue, 08 Sep 2009 05:03:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[PEAR]]></category>
		<category><![CDATA[SOAP]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://www.penlabo.net/?p=1066</guid>
		<description><![CDATA[CentOS5.3での話です。
SOAPが必要になったのでPEARからインストールすることにしました。
PHP5ではあらかじめ用意されているみたいだけど、公式にすらまともな解説がないのであきらめました。
pear ins [...]]]></description>
		<wfw:commentRss>http://www.penlabo.net/archives/1066/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHPのPEARで覚書</title>
		<link>http://www.penlabo.net/archives/1063</link>
		<comments>http://www.penlabo.net/archives/1063#comments</comments>
		<pubDate>Tue, 08 Sep 2009 04:48:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[PEAR]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://www.penlabo.net/?p=1063</guid>
		<description><![CDATA[CENTOS5.3での話です。
PEARをアップグレードしようとすると以下のように怒られました。

pear upgrade PEAR
WARNING: channel "pear.php.net" has update [...]]]></description>
		<wfw:commentRss>http://www.penlabo.net/archives/1063/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTTP_REFERERは使うな</title>
		<link>http://www.penlabo.net/archives/962</link>
		<comments>http://www.penlabo.net/archives/962#comments</comments>
		<pubDate>Mon, 27 Apr 2009 16:11:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[未分類]]></category>
		<category><![CDATA[Apache]]></category>

		<guid isPermaLink="false">http://www.penlabo.net/archives/962</guid>
		<description><![CDATA[PHPで組んだものをIEデミルとどうも動きが怪しい。
ちょっと調べてみると、IEがセキュリティ設定の都合でHTTP_REFERERを吐いていないらしく、一部画面の推移に影響が出ていた。
てっきりJavaScriptだけだ [...]]]></description>
		<wfw:commentRss>http://www.penlabo.net/archives/962/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spreadsheet_Excel_Readerのバグ</title>
		<link>http://www.penlabo.net/archives/915</link>
		<comments>http://www.penlabo.net/archives/915#comments</comments>
		<pubDate>Fri, 17 Apr 2009 10:51:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[未分類]]></category>
		<category><![CDATA[Excel]]></category>

		<guid isPermaLink="false">http://www.penlabo.net/?p=915</guid>
		<description><![CDATA[セルの書式に文字列を指定すると、

Notice: Undefined variable: formatstr in D:\xxx\xxx\Excel\reader.php on line 636

という注意が出ます。 [...]]]></description>
		<wfw:commentRss>http://www.penlabo.net/archives/915/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>型を取得する</title>
		<link>http://www.penlabo.net/archives/901</link>
		<comments>http://www.penlabo.net/archives/901#comments</comments>
		<pubDate>Wed, 15 Apr 2009 05:34:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[gettype]]></category>
		<category><![CDATA[ref]]></category>

		<guid isPermaLink="false">http://www.penlabo.net/?p=901</guid>
		<description><![CDATA[Perlの場合

ref( $str );

全て大文字の文字列が返る
PHPの場合

gettype( $str );

全て小文字の文字列が返る
]]></description>
		<wfw:commentRss>http://www.penlabo.net/archives/901/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>path設定のセパレータがOSで違うのにハマった</title>
		<link>http://www.penlabo.net/archives/835</link>
		<comments>http://www.penlabo.net/archives/835#comments</comments>
		<pubDate>Thu, 05 Mar 2009 16:18:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[path]]></category>

		<guid isPermaLink="false">http://www.penlabo.net/?p=835</guid>
		<description><![CDATA[ちょっと複雑な設計になってくると、パスの制限を回避したくなります。
いや、本当はそういう制限があっても問題ないのが本当はいいのだけど、いちいちdefineで宣言するのもめんどくさいし、過程よりも結果に重きをおくべきなのは [...]]]></description>
		<wfw:commentRss>http://www.penlabo.net/archives/835/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHPでメールを送信するときのメモ</title>
		<link>http://www.penlabo.net/archives/795</link>
		<comments>http://www.penlabo.net/archives/795#comments</comments>
		<pubDate>Fri, 13 Feb 2009 14:02:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.penlabo.net/?p=795</guid>
		<description><![CDATA[メール送信はどうも使い慣れません。
現在のWebコンテンツでメール送信は切っても切り離せないものですが、どうも使い方に慣れません。
とりあえず、何度かこうやってメモしていけば体が覚えてくれることでしょう。
本棚にはオライ [...]]]></description>
		<wfw:commentRss>http://www.penlabo.net/archives/795/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHPのHTTP_Clientライブラリ</title>
		<link>http://www.penlabo.net/archives/787</link>
		<comments>http://www.penlabo.net/archives/787#comments</comments>
		<pubDate>Mon, 09 Feb 2009 03:06:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.penlabo.net/?p=787</guid>
		<description><![CDATA[ファイルをアップロードするにはHTTP_Clientがいいらしいんだけど、
セッションでログイン管理しているからCookieを食わせなくてはいけない。
正確には、すでに食っているので、クッキーの値を送ってやる必要がある。 [...]]]></description>
		<wfw:commentRss>http://www.penlabo.net/archives/787/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>更新件数を取得する</title>
		<link>http://www.penlabo.net/archives/657</link>
		<comments>http://www.penlabo.net/archives/657#comments</comments>
		<pubDate>Tue, 02 Dec 2008 07:18:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.penlabo.net/?p=657</guid>
		<description><![CDATA[PHPでMySQLを扱うときのお話。
データベースに変更のあった行の数を取得する

mysql_affected_rows();

ただし、UPDATEの場合、更新が行わなければ0が返る。
]]></description>
		<wfw:commentRss>http://www.penlabo.net/archives/657/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHPの関数「mysql_insert_id()」について</title>
		<link>http://www.penlabo.net/archives/607</link>
		<comments>http://www.penlabo.net/archives/607#comments</comments>
		<pubDate>Thu, 16 Oct 2008 06:09:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://www.penlabo.net/?p=607</guid>
		<description><![CDATA[データベースを利用していて、割と使用頻度の高い関数mysql_insert_id()
同時に書き込んだ場合、この値が狂うとこまるし、テーブルをロックしたほうがいいのかどうかを調べてみました。
PHP: mysql_ins [...]]]></description>
		<wfw:commentRss>http://www.penlabo.net/archives/607/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
