API17

Difference between revisions of "JDatabaseMySQL::getVersion"

From Joomla! Documentation

(Bulk upload by Doxiki2)
 
m (→‎See also: moving preparation)
(4 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
=={{JVer|11.1}} JDatabaseMySQL::getVersion==
 
=={{JVer|11.1}} JDatabaseMySQL::getVersion==
 
===Description===
 
===Description===
Description.  
+
Get the version of the database connector.  
  
 
{{Description:JDatabaseMySQL::getVersion}}
 
{{Description:JDatabaseMySQL::getVersion}}
Line 8: Line 8:
 
<nowiki>[</nowiki>[[Description:JDatabaseMySQL::getVersion|Edit Descripton]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[Description:JDatabaseMySQL::getVersion|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
</span>
===Synopsis===
 
 
<source lang="php">
 
<source lang="php">
public JDatabaseMySQL->getVersion ()
+
public function getVersion ()
 
</source>
 
</source>
===Returns===
+
* '''Returns''' string The database connector version.
 
+
* '''Defined''' on line 390 of libraries/joomla/database/database/mysql.php
===Defined in===
+
* '''Since''' {{JVer|11.1 }}
libraries/joomla/database/database/mysql.php
 
===Referenced by===
 
 
===See also===
 
===See also===
 +
* {{JVer|11.1}} '''JDatabaseMySQL::getVersion source code''' on [[jplatform:database/database/mysql.php#cl-382|BitBucket]]
 +
* {{JVer|11.1}} Class [[API17:JDatabaseMySQL|JDatabaseMySQL]]
 +
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Database|Database]]
 +
* [[API17:JDatabaseMySQL::getVersion|Other versions of JDatabaseMySQL::getVersion]]
 +
{{SeeAlso:JDatabaseMySQL::getVersion}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JDatabaseMySQL::getVersion|Edit See Also]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[SeeAlso:JDatabaseMySQL::getVersion|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
</span>
* [[JDatabaseMySQL/11.1|JDatabaseMySQL]]
+
===User contributed notes===
* [[JDatabaseMySQL::getVersion|Other versions of this method]]
 
{{SeeAlso:JDatabaseMySQL::getVersion}}
 
===Examples===
 
 
<CodeExamplesForm />
 
<CodeExamplesForm />
 
<dpl>
 
<dpl>
Line 32: Line 31:
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:JDatabaseMySQL]][[Category:JDatabaseMySQL::getVersion]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Revision as of 20:08, 11 May 2013

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JDatabaseMySQL::getVersion[edit]

Description[edit]

Get the version of the database connector.

Template:Description:JDatabaseMySQL::getVersion [Edit Descripton]

public function getVersion ()
  • Returns string The database connector version.
  • Defined on line 390 of libraries/joomla/database/database/mysql.php
  • Since Joomla 11.1

See also[edit]

Template:SeeAlso:JDatabaseMySQL::getVersion [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />