How to get data from Magento System Configuration?

<?php

Mage::getStoreConfig(‘sectionName/groupName/fieldName’);

?>