<?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>Worth Living &#187; PHP</title>
	<atom:link href="https://worthliv.com/category/programming/programming-php/feed" rel="self" type="application/rss+xml" />
	<link>https://worthliv.com</link>
	<description>楽しく幸せに人生を送るためにはどうすれば良いのか？人生の要素をお金、仕事、勉強、プライベート、健康、心の6要素に分類して考察しています。プログラミング入門に関する記事も掲載。</description>
	<lastBuildDate>Wed, 09 Mar 2016 04:20:46 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.41</generator>
<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/category/programming/programming-php/feed" />
	<item>
		<title>strpos() や strcmp() など間違えやすいif文での判定</title>
		<link>https://worthliv.com/wlh_strpos_strcmp_if.html</link>
		<comments>https://worthliv.com/wlh_strpos_strcmp_if.html#comments</comments>
		<pubDate>Sat, 28 Dec 2013 05:15:55 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=1051</guid>
		<description><![CDATA[PHPで、if文での判定を行う場合、いくつか注意しなければならないことがあります。 文字列は、数値に自動的に変換されることが多々あるので、特に注意が必要だと思います。 以下のコードは、if文の書き方が間違っているので、期 [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/wlh_strpos_strcmp_if.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/wlh_strpos_strcmp_if.html" />
	</item>
		<item>
		<title>htmlentities() と htmlspecialchars() の違い</title>
		<link>https://worthliv.com/wlh_htmlentities_htmlspecialchars.html</link>
		<comments>https://worthliv.com/wlh_htmlentities_htmlspecialchars.html#comments</comments>
		<pubDate>Sat, 28 Dec 2013 03:39:25 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=1050</guid>
		<description><![CDATA[PHPで頻繁に使う関数として、HTMLエスケープ処理を行うための関数があります。 フォーム入力など、外部からの汚染の可能性があるデータは、出力の前に必ずHTMLエスケープ処理を行う必要がある。 このHTMLエスケープ処理 [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/wlh_htmlentities_htmlspecialchars.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/wlh_htmlentities_htmlspecialchars.html" />
	</item>
		<item>
		<title>PHPの内部エンコードと出力文字コード、スクリプト文字コード</title>
		<link>https://worthliv.com/wlh_php_2.html</link>
		<comments>https://worthliv.com/wlh_php_2.html#comments</comments>
		<pubDate>Mon, 09 Dec 2013 00:59:45 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=1041</guid>
		<description><![CDATA[PHPには、内部エンコードという設定（mbstring.internal_encoding）があって、php.ini で指定する。 共用レンタルサーバーなどでは、php.ini 直接いじることができない場合もあるので、そ [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/wlh_php_2.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/wlh_php_2.html" />
	</item>
		<item>
		<title>PHPのデバッグ・xdebugをxamppで有効にする</title>
		<link>https://worthliv.com/wlh_phpxdebugxampp.html</link>
		<comments>https://worthliv.com/wlh_phpxdebugxampp.html#comments</comments>
		<pubDate>Wed, 04 Dec 2013 05:31:18 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=1040</guid>
		<description><![CDATA[利用している人も多いと思いますけど、私は、ローカル環境（Windows）では、PHPの環境にXAMPPを利用しています。 Apache、PHP、MySQLの環境が、ワンステップで簡単に構築できるので、ローカル環境でテスト [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/wlh_phpxdebugxampp.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/wlh_phpxdebugxampp.html" />
	</item>
		<item>
		<title>CakePHPの日本語対応、国際化</title>
		<link>https://worthliv.com/wlh_cakephp_1.html</link>
		<comments>https://worthliv.com/wlh_cakephp_1.html#comments</comments>
		<pubDate>Sun, 01 Dec 2013 07:06:14 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=1088</guid>
		<description><![CDATA[以下のページを参考にして、国際化を行う。 poファイルの編集には、便利なPoeditというエディタがあるらしい。 フレームワークを使うと、国際化も比較的簡単に出来るのですね。 翻訳作業は、必要になるのでしょうけど。 スポ [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/wlh_cakephp_1.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/wlh_cakephp_1.html" />
	</item>
		<item>
		<title>コマンドラインでPHPが起動できない</title>
		<link>https://worthliv.com/wlh_php_1.html</link>
		<comments>https://worthliv.com/wlh_php_1.html#comments</comments>
		<pubDate>Thu, 03 Oct 2013 03:08:51 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=1036</guid>
		<description><![CDATA[前のページ（直接ファイルが実行されたときだけ起動するスクリプト）のように書いたコードを早速試してみたく、コマンドラインからPHPファイルを実行しようとしたら･･･ スポンサーリンク できない・・・orz（涙 以下のような [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/wlh_php_1.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/wlh_php_1.html" />
	</item>
		<item>
		<title>直接ファイルが実行されたときだけ起動するスクリプト</title>
		<link>https://worthliv.com/wlh_post_23.html</link>
		<comments>https://worthliv.com/wlh_post_23.html#comments</comments>
		<pubDate>Thu, 03 Oct 2013 02:49:12 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=1035</guid>
		<description><![CDATA[Rubyのライブラリには、最後のサンプルコードのところに、以下のように書いてある場合があります。 スポンサーリンク if __FILE__ == $0 sample = Sample.new ... end これ、どうい [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/wlh_post_23.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/wlh_post_23.html" />
	</item>
		<item>
		<title>ディレクトリを探索してリンク一覧表示</title>
		<link>https://worthliv.com/wlh_post_22.html</link>
		<comments>https://worthliv.com/wlh_post_22.html#comments</comments>
		<pubDate>Wed, 02 Oct 2013 12:45:14 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=1034</guid>
		<description><![CDATA[Movable TypeなどCMS、ブログシステムを使っていると、記事の更新に集中できますね。 でも、中にはCMSを使っていない場合、手動でやんなきゃいけない作業が結構めんどうくさかったりします。 たとえば、コンテンツの [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/wlh_post_22.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/wlh_post_22.html" />
	</item>
		<item>
		<title>PHPとRubyのコードの書き方を比較</title>
		<link>https://worthliv.com/wlh_phpruby.html</link>
		<comments>https://worthliv.com/wlh_phpruby.html#comments</comments>
		<pubDate>Thu, 26 Sep 2013 15:35:45 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=1033</guid>
		<description><![CDATA[ウェブに特化したPHPは、軽いしとっつきやすいし、資料も多いしライブラリ豊富で、個人的には好きです。 3～4年ほど前にプログラムの勉強をはじめ、最初はPerlに挫折したけど、PHPならなんとか動くものを書くことができた。 [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/wlh_phpruby.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/wlh_phpruby.html" />
	</item>
		<item>
		<title>コメントアウトの使い分けと、/*** ～ ***/とか// &#8212; を単語登録</title>
		<link>https://worthliv.com/wlh_post_19.html</link>
		<comments>https://worthliv.com/wlh_post_19.html#comments</comments>
		<pubDate>Wed, 19 Jun 2013 09:41:24 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=1028</guid>
		<description><![CDATA[PHPをはじめ、多くのプログラミング言語では、コードの説明のためにコメントアウトが用意されています。 PHPやCだと・・・ スポンサーリンク 複数行のコメントアウト。 /* ～ ～ */ 1行コメントアウト // ～ R [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/wlh_post_19.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/wlh_post_19.html" />
	</item>
		<item>
		<title>PHPでvar_dump()を使ったお手軽デバッグコード</title>
		<link>https://worthliv.com/wlh_phpvar_dump.html</link>
		<comments>https://worthliv.com/wlh_phpvar_dump.html#comments</comments>
		<pubDate>Fri, 14 Jun 2013 02:49:06 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=1027</guid>
		<description><![CDATA[WebサービスのAPIやRSSを使ってPHPで何か作るときは、simplexml_load_file()やfile_get_contents()などの関数、XML_Unserializer（ライブラリ）を用いて、APIレ [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/wlh_phpvar_dump.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/wlh_phpvar_dump.html" />
	</item>
		<item>
		<title>プログラミング練習問題をPHPで解いてみた</title>
		<link>https://worthliv.com/wlh_php_4.html</link>
		<comments>https://worthliv.com/wlh_php_4.html#comments</comments>
		<pubDate>Thu, 13 Jun 2013 09:38:12 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=1070</guid>
		<description><![CDATA[プログラミングのアルゴリズムを考えるのは、けっこう楽しいものですが、数学的な論理が必要となると、割と簡単なものでも、それをプログラミング言語で表現するのは難しい。 紙面では簡単に解ける二次方程式でも、それをプログラミング [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/wlh_php_4.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/wlh_php_4.html" />
	</item>
		<item>
		<title>CakePHPはMVCかつフルスタックのフレームワーク</title>
		<link>https://worthliv.com/wlh_cakephpmvc.html</link>
		<comments>https://worthliv.com/wlh_cakephpmvc.html#comments</comments>
		<pubDate>Sun, 12 May 2013 10:35:50 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=1026</guid>
		<description><![CDATA[CakePHPは、MVC（Model View Controller：モデル・ビュー・コントローラ）でフルスタックなフレームワークであるそうです。 MVCでは、DB操作などのデータ処理ロジック（Model）と表示（Vie [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/wlh_cakephpmvc.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/wlh_cakephpmvc.html" />
	</item>
		<item>
		<title>PHP5のクラス定義とオブジェクトのおさらい</title>
		<link>https://worthliv.com/wlh_php5.html</link>
		<comments>https://worthliv.com/wlh_php5.html#comments</comments>
		<pubDate>Thu, 09 May 2013 12:32:22 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=1025</guid>
		<description><![CDATA[PHP4からPHP5になって、PHPがJava化しているとか言われますけど、オブジェクト指向が強まったのも理由かもしれません。 CakePHPの勉強をはじめたことですし、PHP5のクラス定義をおさらいする個人メモ。 スポ [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/wlh_php5.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/wlh_php5.html" />
	</item>
		<item>
		<title>フレームワークCakePHPにチャレンジ</title>
		<link>https://worthliv.com/wlh_cakephp.html</link>
		<comments>https://worthliv.com/wlh_cakephp.html#comments</comments>
		<pubDate>Wed, 08 May 2013 11:50:01 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=1024</guid>
		<description><![CDATA[PHPのフレームワーク、CakePHPにチャレンジはじめました。まだ、ほんの少し進めただけですけど、なかなか面白い感じ。 スポンサーリンク 決まりきったデータベース操作となるフォームからの、DBレコードのINSERT、U [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/wlh_cakephp.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/wlh_cakephp.html" />
	</item>
		<item>
		<title>sort・asort・ksort 配列を並べ替える関数</title>
		<link>https://worthliv.com/dproom_sortasortksort.html</link>
		<comments>https://worthliv.com/dproom_sortasortksort.html#comments</comments>
		<pubDate>Fri, 03 May 2013 04:18:39 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=961</guid>
		<description><![CDATA[sort関数は、配列の要素の値によって、配列を並べ替えます。 並べ替えの時に、配列のキーをリセットします。 &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/dproom_sortasortksort.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/dproom_sortasortksort.html" />
	</item>
		<item>
		<title>foreach構文</title>
		<link>https://worthliv.com/dproom_foreach.html</link>
		<comments>https://worthliv.com/dproom_foreach.html#comments</comments>
		<pubDate>Tue, 30 Apr 2013 03:18:07 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=954</guid>
		<description><![CDATA[foreach構文は、配列の各要素を反復するために使ういます。 foreach(配列 as 要素変数) foreach(配列 as キー変数 =&#62; 要素変数) &#8212;&#8212;&#8212;&#8212 [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/dproom_foreach.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/dproom_foreach.html" />
	</item>
		<item>
		<title>PHPの配列</title>
		<link>https://worthliv.com/dproom_php_3.html</link>
		<comments>https://worthliv.com/dproom_php_3.html#comments</comments>
		<pubDate>Tue, 30 Apr 2013 02:15:27 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=952</guid>
		<description><![CDATA[PHPの配列は以下のようにして作成します。 $computers[&#8216;trs-80&#8242;] = &#8216;Radio Shack'; $computers[2600] = &#8216;Atari' [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/dproom_php_3.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/dproom_php_3.html" />
	</item>
		<item>
		<title>strcmp関数</title>
		<link>https://worthliv.com/dproom_strcmp.html</link>
		<comments>https://worthliv.com/dproom_strcmp.html#comments</comments>
		<pubDate>Tue, 30 Apr 2013 01:59:35 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=951</guid>
		<description><![CDATA[strcmp(文字列１, 文字列２) として、２つの引数を文字列として比較します。 文字列１と文字列２が同じ場合は、0を、文字列１&#62;文字列２の場合は、1を、文字列１&#60;文字列２の場合は、-1を返します。 if( [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/dproom_strcmp.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/dproom_strcmp.html" />
	</item>
		<item>
		<title>strcasecmp関数</title>
		<link>https://worthliv.com/dproom_strcasecmp.html</link>
		<comments>https://worthliv.com/dproom_strcasecmp.html#comments</comments>
		<pubDate>Mon, 29 Apr 2013 02:38:04 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=944</guid>
		<description><![CDATA[strcasecmp関数は、大文字、小文字の違いを無視して文字列を比較します。 strcasecmp(文字列１, 文字列２) 文字列１と文字列２が同じ場合は0を、文字列１&#60;文字列２の場合は-1、文字列１&#62;文字 [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/dproom_strcasecmp.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/dproom_strcasecmp.html" />
	</item>
		<item>
		<title>PHPヒアドキュメント</title>
		<link>https://worthliv.com/dproom_php.html</link>
		<comments>https://worthliv.com/dproom_php.html#comments</comments>
		<pubDate>Mon, 29 Apr 2013 01:49:28 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=939</guid>
		<description><![CDATA[PHPでもヒアドキュメントの構文が使えます。 &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8 [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/dproom_php.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/dproom_php.html" />
	</item>
		<item>
		<title>PHPのforeach文で「Warning: Invalid argument supplied for foreach()」の警告文を回避する</title>
		<link>https://worthliv.com/wlh_phpforeachwarning_invalid_argu.html</link>
		<comments>https://worthliv.com/wlh_phpforeachwarning_invalid_argu.html#comments</comments>
		<pubDate>Mon, 08 Apr 2013 06:01:56 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=1017</guid>
		<description><![CDATA[APIを利用する場合、XMLレスポンスとして返ってくるのは、多次元配列の構造になっていることがほとんどです。 simplexml_load_file()関数を使うと、XMLオブジェクトが多次元配列の構造で返ってきて、XM [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/wlh_phpforeachwarning_invalid_argu.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/wlh_phpforeachwarning_invalid_argu.html" />
	</item>
		<item>
		<title>PHPのコンストラクタ継承</title>
		<link>https://worthliv.com/wlh_php_3.html</link>
		<comments>https://worthliv.com/wlh_php_3.html#comments</comments>
		<pubDate>Fri, 15 Feb 2013 16:17:19 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=1059</guid>
		<description><![CDATA[PHPのコンストラクタ継承についてのまとめ。 サブクラスでコンストラクタを定義するとき、および定義しないときで、スーパークラスのコンストラクタ呼び出しが自動で行われるかどうか挙動が変わる。（テストはPHP5.2.6） ス [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/wlh_php_3.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/wlh_php_3.html" />
	</item>
		<item>
		<title>URLを簡単に組み立てるPHP関数</title>
		<link>https://worthliv.com/wlh_urlphp.html</link>
		<comments>https://worthliv.com/wlh_urlphp.html#comments</comments>
		<pubDate>Thu, 14 Feb 2013 13:02:01 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=990</guid>
		<description><![CDATA[現在、私はAPIを用いたプログラミングを勉強中なのですけど・・・ スポンサーリンク APIを使ったプログラムをPHPで作ろうと思うのであれば、PHP5で開発したほうが圧倒的に効率が良い。 PHP4からPHP5への移行にお [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/wlh_urlphp.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/wlh_urlphp.html" />
	</item>
		<item>
		<title>マジッククオートを無効にする独自のPHP関数</title>
		<link>https://worthliv.com/wlh_php.html</link>
		<comments>https://worthliv.com/wlh_php.html#comments</comments>
		<pubDate>Wed, 13 Feb 2013 14:45:36 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=988</guid>
		<description><![CDATA[PHPには、マジッククオートと呼ばれる無駄な機能があります。 PHPのmagic_quotes_gpcがオンになっていると、マジッククオートが有効になってしまい、フォームから渡されたデータに対し、内部的にaddslash [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/wlh_php.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/wlh_php.html" />
	</item>
	</channel>
</rss>
