<?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>PHPのテクメモ &#187; CLI</title>
	<atom:link href="http://php.tekmemo.com/?cat=52&#038;feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://php.tekmemo.com</link>
	<description>PHPプログラミングの備忘録とおまけ</description>
	<lastBuildDate>Tue, 16 Dec 2014 06:32:04 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.2.38</generator>
	<item>
		<title>10万件のデータ挿入</title>
		<link>http://php.tekmemo.com/?p=1457</link>
		<comments>http://php.tekmemo.com/?p=1457#comments</comments>
		<pubDate>Wed, 06 Apr 2011 15:39:45 +0000</pubDate>
		<dc:creator><![CDATA[かおるん]]></dc:creator>
				<category><![CDATA[CLI]]></category>
		<category><![CDATA[SQLite]]></category>

		<guid isPermaLink="false">http://php.tekmemo.com/?p=1457</guid>
		<description><![CDATA[PHPからSQLiteに10万件のデータを挿入してみた。CLI版で。pdo関数を使って。単に1件ずつINSERT文で挿入。データ自体は数値データ2つとテキストデータ（2文字）。サーバはVPS、OSはCentOS。 2時間 [&#8230;]]]></description>
		<wfw:commentRss>http://php.tekmemo.com/?feed=rss2&#038;p=1457</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHPからバックグラウンド処理を実行させる（できた）</title>
		<link>http://php.tekmemo.com/?p=1341</link>
		<comments>http://php.tekmemo.com/?p=1341#comments</comments>
		<pubDate>Sun, 28 Nov 2010 05:38:21 +0000</pubDate>
		<dc:creator><![CDATA[かおるん]]></dc:creator>
				<category><![CDATA[CLI]]></category>

		<guid isPermaLink="false">http://php.tekmemo.com/?p=1341</guid>
		<description><![CDATA[以前PHPからコマンドをキックしてバックグラウンドさせる方法について記事を書いた。できたようなできなかったような・・・結果として上手くいかなかったのだが、やっと解決できた。Linux系OSに関する知識の少なさが改めて露呈 [&#8230;]]]></description>
		<wfw:commentRss>http://php.tekmemo.com/?feed=rss2&#038;p=1341</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>モジュールをインストールできないと思ったら</title>
		<link>http://php.tekmemo.com/?p=1014</link>
		<comments>http://php.tekmemo.com/?p=1014#comments</comments>
		<pubDate>Tue, 30 Jun 2009 10:07:02 +0000</pubDate>
		<dc:creator><![CDATA[かおるん]]></dc:creator>
				<category><![CDATA[CLI]]></category>
		<category><![CDATA[PDO]]></category>

		<guid isPermaLink="false">http://php.tekmemo.com/?p=1014</guid>
		<description><![CDATA[VPSを何台か借りているが、VPSというのは、その内情（インストール方法）を知っておかないと、恐ろしく手間取る可能性があることを改めて知った。 格安でVPSを借りているのだが、そこにはpdo_mysqlがインストールされ [&#8230;]]]></description>
		<wfw:commentRss>http://php.tekmemo.com/?feed=rss2&#038;p=1014</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>インタラクティブなプログラムを作る</title>
		<link>http://php.tekmemo.com/?p=982</link>
		<comments>http://php.tekmemo.com/?p=982#comments</comments>
		<pubDate>Thu, 26 Mar 2009 12:11:13 +0000</pubDate>
		<dc:creator><![CDATA[かおるん]]></dc:creator>
				<category><![CDATA[CLI]]></category>

		<guid isPermaLink="false">http://php.tekmemo.com/?p=982</guid>
		<description><![CDATA[PHPはウェブのためだけの言語ではなくて、コマンドラインからも実行することができるし、Windowsのexeファイルだって作ることができる（納品したことがある）。 PHPでコマンドラインから起動するプログラムを作るのに、 [&#8230;]]]></description>
		<wfw:commentRss>http://php.tekmemo.com/?feed=rss2&#038;p=982</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CLI版PHPでの引数の取り扱い</title>
		<link>http://php.tekmemo.com/?p=869</link>
		<comments>http://php.tekmemo.com/?p=869#comments</comments>
		<pubDate>Tue, 20 May 2008 14:54:33 +0000</pubDate>
		<dc:creator><![CDATA[かおるん]]></dc:creator>
				<category><![CDATA[CLI]]></category>

		<guid isPermaLink="false">http://php.tekmemo.com/?p=427</guid>
		<description><![CDATA[PHPはその用途によって大きく3つに分類される。それらはDSO版（モジュール版）、CGI版、CLI版だ。 DSO版はおそらくPHPで一番一般的な使い方で、PHPプログラムがapacheのモジュールとして組み込まれたPHP [&#8230;]]]></description>
		<wfw:commentRss>http://php.tekmemo.com/?feed=rss2&#038;p=869</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
