Why is the $todaydatestring data type displayed as boolean?

Why is the $todaydatestring data type displayed as boolean?

am 11.09.2008 15:18:20 von Varuna Seneviratna

------=_Part_22115_20049175.1221139100320
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Why is the $todaydatestring data type displayed as boolean?

$todaydate=11092008;
echo "The data type of todaydate is
".gettype($todaydate)."
";
$mydatestring=settype($todaydate,"String");
echo "The data type of mydatestring is ".gettype($mydatestring);




?>

Varuna

--
Varuna Seneviratna
No 514 Udumulla Road
Battaramulla
Sri Lanka
Tel : 011-2888620
Mobile:0715617141

------=_Part_22115_20049175.1221139100320--