<?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>tekboy &#187; PHP</title>
	<atom:link href="http://www.tekboy.net/category/php/feed" rel="self" type="application/rss+xml" />
	<link>http://www.tekboy.net</link>
	<description>プログラミングに関するいろいろなこと</description>
	<lastBuildDate>Wed, 30 Sep 2015 01:44:01 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.2</generator>
		<item>
		<title>Phalcon で &#8220;Webtools doesn&#8217;t know where is the &#8230; directory&#8221; というエラーが出た時の対処法</title>
		<link>http://www.tekboy.net/archives/1122?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=phalcon-%25e3%2581%25a7-webtools-doesnt-know-where-is-the-directory-%25e3%2581%25a8%25e3%2581%2584%25e3%2581%2586%25e3%2582%25a8%25e3%2583%25a9%25e3%2583%25bc%25e3%2581%258c%25e5%2587%25ba%25e3%2581%259f%25e6%2599%2582%25e3%2581%25ae%25e5%25af%25be%25e5%2587%25a6%25e6%25b3%2595</link>
		<comments>http://www.tekboy.net/archives/1122#comments</comments>
		<pubDate>Wed, 30 Sep 2015 01:43:21 +0000</pubDate>
		<dc:creator>tekboy</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.tekboy.net/?p=1122</guid>
		<description><![CDATA[Phalcon DevTools 2.0.8 のお話です。 PHPのフレームワーク Phalcon の開発者ツール(phalcon-devtools)を使ってWebTools付きでプロジェクトを生成した後、WebTool <a href="http://www.tekboy.net/archives/1122"> read more <span class="meta-nav">&#187;</span></a>]]></description>
		<wfw:commentRss>http://www.tekboy.net/archives/1122/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Notice: Undefined variable &#8230; について</title>
		<link>http://www.tekboy.net/archives/801?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=notice-undefined-variable-%25e3%2581%25ab%25e3%2581%25a4%25e3%2581%2584%25e3%2581%25a6</link>
		<comments>http://www.tekboy.net/archives/801#comments</comments>
		<pubDate>Tue, 23 Jul 2013 09:47:14 +0000</pubDate>
		<dc:creator>tekboy</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[PHPのエラー]]></category>

		<guid isPermaLink="false">http://www.tekboy.net/?p=801</guid>
		<description><![CDATA[これは、日本語にすると、「注意： 未定義の変数です」という意味になります。 この Notice は、定義されていない（＝値が代入されていない）変数を参照した時に発生します。 「Undefined variabe: *** <a href="http://www.tekboy.net/archives/801"> read more <span class="meta-nav">&#187;</span></a>]]></description>
		<wfw:commentRss>http://www.tekboy.net/archives/801/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Fatal error: Call to undefined function &#8230; について</title>
		<link>http://www.tekboy.net/archives/792?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=fatal-error-call-to-undefined-function-%25e3%2581%25ab%25e3%2581%25a4%25e3%2581%2584%25e3%2581%25a6</link>
		<comments>http://www.tekboy.net/archives/792#comments</comments>
		<pubDate>Tue, 23 Jul 2013 05:28:04 +0000</pubDate>
		<dc:creator>tekboy</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[PHPのエラー]]></category>

		<guid isPermaLink="false">http://www.tekboy.net/?p=792</guid>
		<description><![CDATA[このエラーは、日本語にすると「致命的なエラー： 未定義の関数を呼び出しました」という意味になります。 どこにも定義されていない関数を呼び出していますよ、ということですが、多くの場合、関数名のスペルミスが原因だったりします <a href="http://www.tekboy.net/archives/792"> read more <span class="meta-nav">&#187;</span></a>]]></description>
		<wfw:commentRss>http://www.tekboy.net/archives/792/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>$_SERVER の PHP_SELF / SCRIPT_NAME / REQUEST_URI の違い</title>
		<link>http://www.tekboy.net/archives/712?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=_server-%25e3%2581%25ae-php_self-script_name-request_uri-%25e3%2581%25ae%25e9%2581%2595%25e3%2581%2584</link>
		<comments>http://www.tekboy.net/archives/712#comments</comments>
		<pubDate>Mon, 24 Jun 2013 01:25:37 +0000</pubDate>
		<dc:creator>tekboy</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[$_SERVER]]></category>

		<guid isPermaLink="false">http://www.tekboy.net/?p=712</guid>
		<description><![CDATA[PHP のスーパーグローバル配列に $_SERVER というのがあります。 ここには、サーバに関する情報、PHP実行時のスクリプトのパス、ブラウザから送信されたヘッダ情報など様々な情報が含まれています。 この $_SER <a href="http://www.tekboy.net/archives/712"> read more <span class="meta-nav">&#187;</span></a>]]></description>
		<wfw:commentRss>http://www.tekboy.net/archives/712/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>MAMP で var_dump() の出力をキレイに整形・色づけする方法（XDebug の設定）</title>
		<link>http://www.tekboy.net/archives/709?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=mamp-%25e3%2581%25a7-var_dump-%25e3%2581%25ae%25e5%2587%25ba%25e5%258a%259b%25e3%2582%2592%25e3%2582%25ad%25e3%2583%25ac%25e3%2582%25a4%25e3%2581%25ab%25e6%2595%25b4%25e5%25bd%25a2%25e3%2583%25bb%25e8%2589%25b2%25e3%2581%25a5%25e3%2581%2591%25e3%2581%2599%25e3%2582%258b%25e6%2596%25b9%25e6%25b3%2595%25ef%25bc%2588xde</link>
		<comments>http://www.tekboy.net/archives/709#comments</comments>
		<pubDate>Sat, 22 Jun 2013 15:07:44 +0000</pubDate>
		<dc:creator>tekboy</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[php.ini]]></category>
		<category><![CDATA[XDebug]]></category>

		<guid isPermaLink="false">http://www.tekboy.net/?p=709</guid>
		<description><![CDATA[Mac に MAMP をインストールして PHP の開発をする場合、そのままだと var_dump() の出力が適切なところで改行されずに画面にずらーっと表示されてしまいます。 これは、XDebug を利用するとキレイに <a href="http://www.tekboy.net/archives/709"> read more <span class="meta-nav">&#187;</span></a>]]></description>
		<wfw:commentRss>http://www.tekboy.net/archives/709/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mb_convert_kana() / mb_convert_encoding() などが使えずエラーが発生する時の対処法</title>
		<link>http://www.tekboy.net/archives/704?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=mb_convert_kana-mb_convert_encoding-%25e3%2581%25aa%25e3%2581%25a9%25e3%2581%258c%25e4%25bd%25bf%25e3%2581%2588%25e3%2581%259a%25e3%2582%25a8%25e3%2583%25a9%25e3%2583%25bc%25e3%2581%258c%25e7%2599%25ba%25e7%2594%259f%25e3%2581%2599%25e3%2582%258b%25e6%2599%2582%25e3%2581%25ae%25e5%25af%25be</link>
		<comments>http://www.tekboy.net/archives/704#comments</comments>
		<pubDate>Fri, 21 Jun 2013 07:58:08 +0000</pubDate>
		<dc:creator>tekboy</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[php.ini]]></category>
		<category><![CDATA[エラー]]></category>

		<guid isPermaLink="false">http://www.tekboy.net/?p=704</guid>
		<description><![CDATA[PHP で mb_convert_kana() を使おうとしたら、以下のようなエラーが出ました。 これは、使っている PHP 環境に mbstring というモジュールが入っていない場合に生じます。 mbstring は <a href="http://www.tekboy.net/archives/704"> read more <span class="meta-nav">&#187;</span></a>]]></description>
		<wfw:commentRss>http://www.tekboy.net/archives/704/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>memory_limit ： スクリプトが消費できるメモリの最大値を設定する</title>
		<link>http://www.tekboy.net/archives/534?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=memory_limit-%25ef%25bc%259a-%25e3%2582%25b9%25e3%2582%25af%25e3%2583%25aa%25e3%2583%2597%25e3%2583%2588%25e3%2581%258c%25e6%25b6%2588%25e8%25b2%25bb%25e3%2581%25a7%25e3%2581%258d%25e3%2582%258b%25e3%2583%25a1%25e3%2583%25a2%25e3%2583%25aa%25e3%2581%25ae%25e6%259c%2580%25e5%25a4%25a7%25e5%2580%25a4%25e3%2582%2592</link>
		<comments>http://www.tekboy.net/archives/534#comments</comments>
		<pubDate>Tue, 04 Jun 2013 06:42:34 +0000</pubDate>
		<dc:creator>tekboy</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[php.ini]]></category>
		<category><![CDATA[設定]]></category>

		<guid isPermaLink="false">http://www.tekboy.net/?p=534</guid>
		<description><![CDATA[PHP の設定項目 memory_limit は、スクリプトが消費できるメモリの最大値を設定します。 以下、php.ini 内のコメントの日本語訳です： スクリプトが消費できるメモリの最大値（128MB） http:// <a href="http://www.tekboy.net/archives/534"> read more <span class="meta-nav">&#187;</span></a>]]></description>
		<wfw:commentRss>http://www.tekboy.net/archives/534/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>max_input_time ： リクエストパラメータを解析する最大時間を指定する</title>
		<link>http://www.tekboy.net/archives/494?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=max_input_time-%25ef%25bc%259a-%25e3%2583%25aa%25e3%2582%25af%25e3%2582%25a8%25e3%2582%25b9%25e3%2583%2588%25e3%2583%2591%25e3%2583%25a9%25e3%2583%25a1%25e3%2583%25bc%25e3%2582%25bf%25e3%2582%2592%25e8%25a7%25a3%25e6%259e%2590%25e3%2581%2599%25e3%2582%258b%25e6%259c%2580%25e5%25a4%25a7%25e6%2599%2582%25e9%2596%2593</link>
		<comments>http://www.tekboy.net/archives/494#comments</comments>
		<pubDate>Tue, 04 Jun 2013 04:40:46 +0000</pubDate>
		<dc:creator>tekboy</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[php.ini]]></category>
		<category><![CDATA[設定]]></category>

		<guid isPermaLink="false">http://www.tekboy.net/?p=494</guid>
		<description><![CDATA[PHP の設定項目 max_input_time は、GETパラメータやPOSTパラメータなどのリクエストパラメータを解析する最大の時間を秒単位で指定します。 以下、php.ini 内のコメントの日本語訳です： 各スクリ <a href="http://www.tekboy.net/archives/494"> read more <span class="meta-nav">&#187;</span></a>]]></description>
		<wfw:commentRss>http://www.tekboy.net/archives/494/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>max_execution_time ： スクリプトの最大実行時間を指定する</title>
		<link>http://www.tekboy.net/archives/458?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=max_execution_time-%25ef%25bc%259a-%25e3%2582%25b9%25e3%2582%25af%25e3%2583%25aa%25e3%2583%2597%25e3%2583%2588%25e3%2581%25ae%25e6%259c%2580%25e5%25a4%25a7%25e5%25ae%259f%25e8%25a1%258c%25e6%2599%2582%25e9%2596%2593%25e3%2582%2592%25e6%258c%2587%25e5%25ae%259a%25e3%2581%2599%25e3%2582%258b</link>
		<comments>http://www.tekboy.net/archives/458#comments</comments>
		<pubDate>Mon, 03 Jun 2013 04:08:54 +0000</pubDate>
		<dc:creator>tekboy</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[php.ini]]></category>

		<guid isPermaLink="false">http://www.tekboy.net/?p=458</guid>
		<description><![CDATA[PHP の設定項目 max_execution_time は、PHP スクリプトの最大実行時間を指定する項目です。プログラムの実行時間が、何らかの理由によってここで指定された時間を超えた場合は、プログラムの実行が中断され <a href="http://www.tekboy.net/archives/458"> read more <span class="meta-nav">&#187;</span></a>]]></description>
		<wfw:commentRss>http://www.tekboy.net/archives/458/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>error_log ： エラー情報の記録先を指定する</title>
		<link>http://www.tekboy.net/archives/444?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=error_log-%25ef%25bc%259a-%25e3%2582%25a8%25e3%2583%25a9%25e3%2583%25bc%25e6%2583%2585%25e5%25a0%25b1%25e3%2581%25ae%25e8%25a8%2598%25e9%258c%25b2%25e5%2585%2588%25e3%2582%2592%25e6%258c%2587%25e5%25ae%259a%25e3%2581%2599%25e3%2582%258b</link>
		<comments>http://www.tekboy.net/archives/444#comments</comments>
		<pubDate>Fri, 31 May 2013 11:08:19 +0000</pubDate>
		<dc:creator>tekboy</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[php.ini]]></category>
		<category><![CDATA[エラー]]></category>

		<guid isPermaLink="false">http://www.tekboy.net/?p=444</guid>
		<description><![CDATA[PHP の設定項目 error_log は、PHP のエラーログの記録先を指定する項目です。 以下、php.ini 内のコメントの日本語訳です： 指定されたファイルにエラーログを記録します。 PHP の既定の振る舞いはこ <a href="http://www.tekboy.net/archives/444"> read more <span class="meta-nav">&#187;</span></a>]]></description>
		<wfw:commentRss>http://www.tekboy.net/archives/444/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
