<?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; タイプヒンティング　継承</title>
	<atom:link href="http://www.objectphp.jp/tag/%e3%82%bf%e3%82%a4%e3%83%97%e3%83%92%e3%83%b3%e3%83%86%e3%82%a3%e3%83%b3%e3%82%b0%e3%80%80%e7%b6%99%e6%89%bf/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.objectphp.jp</link>
	<description>PHP5入門</description>
	<lastBuildDate>Tue, 31 Jan 2012 01:30:52 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>タイプヒンティング</title>
		<link>http://www.objectphp.jp/2009/11/03/typehinting/</link>
		<comments>http://www.objectphp.jp/2009/11/03/typehinting/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 02:23:52 +0000</pubDate>
		<dc:creator>mizuno</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[タイプヒンティング　継承]]></category>

		<guid isPermaLink="false">http://www.objectphp.jp/?p=63</guid>
		<description><![CDATA[PHP 5 から、タイプヒンティング機能が使えるようになりました。関数等に渡すパラメータがどんな型なのかを予め設定しておくことができます。]]></description>
			<content:encoded><![CDATA[<p>PHP 5 から、タイプヒンティング機能が使えるようになりました。関数等に渡すパラメータがどんな型なのかを予め設定しておくことができます。とはいえ、対応しているのはオブジェクト型、(5.1以降で)配列型のみです。整数や文字列は未対応です。</p>
<p>型制限が緩いのが PHP の特徴であることは間違いない (小さいプログラムを作るという観点では楽に開発できるが、型がいい加減なことに起因するバグも起こりやすい) ので、タイプヒンティングはあまり PHP 向きではないかもしれません。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.objectphp.jp/2009/11/03/typehinting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

