Question:Which of the following will return a visitor's UserAgent information?
A Mage::helper('core/http')->getHttpUserAgent()
B Mage::helper('core/mage')->getHttpUserAgent()
C Mage::helper('core/mage')->getHttpAgent()
D Mage::helper('core/http')->getHttpUserServer()
+ AnswerA
+ Report