API15:JVersion/getLongVersion
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
Contents |
Description
string Long format version
Description:JVersion/getLongVersion
Syntax
getLongVersion()
Returns
string Long format version
Defined in
libraries/joomla/version.php
Importing
jimport( 'joomla.version' );
Source Body
function getLongVersion() { return $this->PRODUCT .' '. $this->RELEASE .'.'. $this->DEV_LEVEL .' ' . $this->DEV_STATUS .' [ '.$this->CODENAME .' ] '. $this->RELDATE .' ' . $this->RELTIME .' '. $this->RELTZ; }
[Edit See Also] SeeAlso:JVersion/getLongVersion
Examples
<CodeExamplesForm />
