/**
  * Is the current HTTP_USER_AGENT a known iPhone or iPod Touch
  * mobile agent string?
  * 
  * @return boolean
  */
 public function IsiPhone()
 {
     return MobileBrowserDetector::is_iphone();
 }