<?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://note.onichannn.net/archives/category/php/feed" rel="self" type="application/rss+xml" />
	<link>http://note.onichannn.net</link>
	<description>駆け出しウェブエンジニアによる殴り書き技術メモ</description>
	<lastBuildDate>Mon, 06 Jul 2015 03:04:49 +0000</lastBuildDate>
	<language>ja</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.0.10</generator>
	<item>
		<title>【PHP】配列の空文字キーに関する発見。</title>
		<link>http://note.onichannn.net/archives/3274</link>
		<comments>http://note.onichannn.net/archives/3274#comments</comments>
		<pubDate>Mon, 06 Jul 2015 03:04:21 +0000</pubDate>
		<dc:creator><![CDATA[_onichannn]]></dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[技術メモ]]></category>

		<guid isPermaLink="false">http://note.onichannn.net/?p=3274</guid>
		<description><![CDATA[[crayon-6a39e11370ebb763284361/] とかの時 [crayon-6a39e1137&#8230;]]></description>
		<wfw:commentRss>http://note.onichannn.net/archives/3274/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>【CakePHP3】Bakeの流れ。</title>
		<link>http://note.onichannn.net/archives/3267</link>
		<comments>http://note.onichannn.net/archives/3267#comments</comments>
		<pubDate>Mon, 15 Jun 2015 02:29:58 +0000</pubDate>
		<dc:creator><![CDATA[_onichannn]]></dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://note.onichannn.net/?p=3267</guid>
		<description><![CDATA[まずDBにテーブルを作成する。 ※例えばusersテーブルを作成する。 んで次のコマンドを実行。 [crayo&#8230;]]></description>
		<wfw:commentRss>http://note.onichannn.net/archives/3267/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>【PHP】で画像を綺麗にリサイズする。</title>
		<link>http://note.onichannn.net/archives/3265</link>
		<comments>http://note.onichannn.net/archives/3265#comments</comments>
		<pubDate>Mon, 15 Jun 2015 02:07:13 +0000</pubDate>
		<dc:creator><![CDATA[_onichannn]]></dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://note.onichannn.net/?p=3265</guid>
		<description><![CDATA[PHPで画像周りの操作をする際はよくGDエクステンションを用いるが、GDの基本リサイズ関数であるimageco&#8230;]]></description>
		<wfw:commentRss>http://note.onichannn.net/archives/3265/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>【PHP】privateなメソッドを外部から実行する。</title>
		<link>http://note.onichannn.net/archives/3223</link>
		<comments>http://note.onichannn.net/archives/3223#comments</comments>
		<pubDate>Sat, 29 Nov 2014 07:38:51 +0000</pubDate>
		<dc:creator><![CDATA[_onichannn]]></dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[技術メモ]]></category>

		<guid isPermaLink="false">http://note.onichannn.net/?p=3223</guid>
		<description><![CDATA[PHP5.4から実装されたClosure::bind()を用いる。 たとえば下記のようなコード。 [crayo&#8230;]]></description>
		<wfw:commentRss>http://note.onichannn.net/archives/3223/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>【PHP】Xdebugのvar_dump()を通常のものに戻す。</title>
		<link>http://note.onichannn.net/archives/3219</link>
		<comments>http://note.onichannn.net/archives/3219#comments</comments>
		<pubDate>Sat, 29 Nov 2014 07:38:07 +0000</pubDate>
		<dc:creator><![CDATA[_onichannn]]></dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[技術メモ]]></category>

		<guid isPermaLink="false">http://note.onichannn.net/?p=3219</guid>
		<description><![CDATA[Xdebugがインストールされている環境でvar_dump()を使用すると、なんだか無駄にごちゃごちゃしてて挙&#8230;]]></description>
		<wfw:commentRss>http://note.onichannn.net/archives/3219/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>【PHP】のコンパイル時にライブラリが足りないよと怒られたら。</title>
		<link>http://note.onichannn.net/archives/3213</link>
		<comments>http://note.onichannn.net/archives/3213#comments</comments>
		<pubDate>Fri, 28 Nov 2014 09:31:57 +0000</pubDate>
		<dc:creator><![CDATA[_onichannn]]></dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[技術メモ]]></category>

		<guid isPermaLink="false">http://note.onichannn.net/?p=3213</guid>
		<description><![CDATA[だいたいは怒られているパッケージ名に-develがついたパッケージをyumでいれてやれば解決する。 指摘されて&#8230;]]></description>
		<wfw:commentRss>http://note.onichannn.net/archives/3213/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>【PHP】「Fatal error Unsupported operand types in」エラー。</title>
		<link>http://note.onichannn.net/archives/3202</link>
		<comments>http://note.onichannn.net/archives/3202#comments</comments>
		<pubDate>Fri, 28 Nov 2014 09:26:22 +0000</pubDate>
		<dc:creator><![CDATA[_onichannn]]></dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[技術メモ]]></category>

		<guid isPermaLink="false">http://note.onichannn.net/?p=3202</guid>
		<description><![CDATA[変数の型が違う物同士を演算しようとすると出る。]]></description>
		<wfw:commentRss>http://note.onichannn.net/archives/3202/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>【PHP】PHP5.6でdie();を連続して記述するとサーバーからのレスポンスが帰ってこない。</title>
		<link>http://note.onichannn.net/archives/3200</link>
		<comments>http://note.onichannn.net/archives/3200#comments</comments>
		<pubDate>Fri, 28 Nov 2014 09:25:36 +0000</pubDate>
		<dc:creator><![CDATA[_onichannn]]></dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[技術メモ]]></category>

		<guid isPermaLink="false">http://note.onichannn.net/?p=3200</guid>
		<description><![CDATA[なんで？ これは帰ってくる。というか普通にダンプ内容が表示される。 [crayon-6a39e11371492&#8230;]]></description>
		<wfw:commentRss>http://note.onichannn.net/archives/3200/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>【CentOS/PHP】phpenvを道入して複数バージョンのPHPを管理する。</title>
		<link>http://note.onichannn.net/archives/3192</link>
		<comments>http://note.onichannn.net/archives/3192#comments</comments>
		<pubDate>Fri, 28 Nov 2014 08:36:39 +0000</pubDate>
		<dc:creator><![CDATA[_onichannn]]></dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[CentOS7]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[技術メモ]]></category>

		<guid isPermaLink="false">http://note.onichannn.net/?p=3192</guid>
		<description><![CDATA[phpenv 複数バージョンのPHPを管理するツール。PHPのバージョンをフォルダごとに分けたりとかが出来る。&#8230;]]></description>
		<wfw:commentRss>http://note.onichannn.net/archives/3192/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>【PHP5.6】intlが有効にならない問題。</title>
		<link>http://note.onichannn.net/archives/3107</link>
		<comments>http://note.onichannn.net/archives/3107#comments</comments>
		<pubDate>Fri, 21 Nov 2014 15:00:45 +0000</pubDate>
		<dc:creator><![CDATA[_onichannn]]></dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[技術メモ]]></category>

		<guid isPermaLink="false">http://note.onichannn.net/?p=3107</guid>
		<description><![CDATA[CentOS7にphp56-intlをインストールした際に有効にならない問題でハマった。 intl自体はrem&#8230;]]></description>
		<wfw:commentRss>http://note.onichannn.net/archives/3107/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
