====== getScheme ====== {#JAPI Joomla.Framework Environment JURI::getScheme #} Gets the URI scheme (protocol - http, https, ftp, etc). ===== Syntax ===== string getScheme () ===== Examples ===== $uri = new JURI( 'http://forum.joomla.org/index.php?topic=46226&action=new' ); echo "Scheme: " . $uri->getScheme(); might produce: Scheme: http