How to check home using php in magento

How to check home using php in magento.

<?php $is_homepage = Mage::getBlockSingleton(‘page/html_header’)—>getIsHomePage();
if($is_homepage) { ?>

You are in home page!!

<?php } ?>