references:joomla.framework:environment:juri-getpasswordTable of Contents
getPassword
Gets the URI password. This function returns the password, or null if no password was specified. Syntaxstring getPassword () ExamplesExample $uri = new JURI( 'http://user:secret@www.joomla.org?action=help#create' ); echo "Password: " . $uri->getPassword(); might produce: Result Password: secret |


