<?xml version="1.0" encoding="UTF-8" ?><rss version="2.0">
	<channel>
		<title>SEmemo</title>
		<link>http://www.sememo.com/php/</link>
		<description>PHPの役立つ情報。Web系SEのために、PHPやSQL・HTML・Javaなど！</description>
		<language>ja</language>
		<item>
			<title>エラー表示</title>
			<description>PHPでのエラー表示

PHPのソース内で記述する場合

error_reporting(E_ALL ^ E_NOTICE);


Noticeは表示しないが、Warningは表示する。</description>
			<link>http://www.sememo.com/php/conf/error_reporting.html</link>
			<pubDate>Thu,29 May 2008 12:13:58 +0900</pubDate>
		</item>
		<item>
			<title>mb_strcut 関数(指定位置から指定した長さの文字列の取得:マルチバイト)</title>
			<description>文字列の中から文字列を取得する関数です。</description>
			<link>http://www.sememo.com/php/mb_string/mb_strcut.html</link>
			<pubDate>Wed,20 Feb 2008 11:36:59 +0900</pubDate>
		</item>
		<item>
			<title>mb_strpos 関数(指定した文字列が最初に見つかる位置の取得:マルチバイト:前方検索)</title>
			<description>文字列の中から指定した文字列が最初に見つかる位置を取得する関数です。(マルチバイトを考慮)
</description>
			<link>http://www.sememo.com/php/mb_string/mb_strpos.html</link>
			<pubDate>Wed,20 Feb 2008 11:04:12 +0900</pubDate>
		</item>
		<item>
			<title>mb_strlen 関数(文字列のバイト数の取得)</title>
			<description>日本語文字列の文字数を取得する関数です。</description>
			<link>http://www.sememo.com/php/mb_string/mb_strlen.html</link>
			<pubDate>Wed,20 Feb 2008 12:56:44 +0900</pubDate>
		</item>
		<item>
			<title>time 関数(UNIXタイムスタンプの取得)</title>
			<description>現在の時刻(UNIXタイムスタンプ)を取得します。</description>
			<link>http://www.sememo.com/php/date/time.html</link>
			<pubDate>Tue,19 Feb 2008 12:01:00 +0900</pubDate>
		</item>
		<item>
			<title>checkdate 関数(日付が正しいか確認する)</title>
			<description>日付が正しいか調べる関数です。</description>
			<link>http://www.sememo.com/php/date/checkdate.html</link>
			<pubDate>Mon,18 Feb 2008 11:54:38 +0900</pubDate>
		</item>
		<item>
			<title>getdate 関数(日付と時刻の出力する)</title>
			<description>日時の情報を各要素の配列に取得します。</description>
			<link>http://www.sememo.com/php/date/getdate.html</link>
			<pubDate>Mon,18 Feb 2008 11:38:11 +0900</pubDate>
		</item>
		<item>
			<title>nl2br 関数(改行を&lt;br /&gt;に変換する)</title>
			<description>文字列に含まれる改行を&lt;br /&gt;に置換する関数です。</description>
			<link>http://www.sememo.com/php/string/nl2br.html</link>
			<pubDate>Mon,18 Feb 2008 10:59:45 +0900</pubDate>
		</item>
		<item>
			<title>str_replace 関数(文字列を置換する)</title>
			<description>文字列に含まれる特定の文字列を置換する関数です。</description>
			<link>http://www.sememo.com/php/string/str_replace.html</link>
			<pubDate>Mon,18 Feb 2008 10:26:47 +0900</pubDate>
		</item>
		<item>
			<title>strrchr 関数(指定した文字列が最後に見つかる位置以降の文字列の取得:後方検索)</title>
			<description>文字列の中から指定した文字列が最後に見つかる位置を検索し、検索した文字列も含めてそれ以降の文字列を取得する関数です。
</description>
			<link>http://www.sememo.com/php/string/strrchr.html</link>
			<pubDate>Sun,17 Feb 2008 10:35:05 +0900</pubDate>
		</item>
	</channel>
</rss>