API17

JDatabaseMySQLi::getVersion: Difference between revisions

From Joomla! Documentation

m See also: moving preparation
m clean up
Line 4: Line 4:
Get the version of the database connector.  
Get the version of the database connector.  


{{Description:JDatabaseMySQLi::getVersion}}
{{subst:Description:JDatabaseMySQLi::getVersion}}
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[Description:JDatabaseMySQLi::getVersion|Edit Descripton]]<nowiki>]</nowiki>
</span>
<source lang="php">
<source lang="php">
public function getVersion ()
public function getVersion ()
Line 19: Line 17:
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Database|Database]]
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Database|Database]]
* [[API17:JDatabaseMySQLi::getVersion|Other versions of JDatabaseMySQLi::getVersion]]
* [[API17:JDatabaseMySQLi::getVersion|Other versions of JDatabaseMySQLi::getVersion]]
{{SeeAlso:JDatabaseMySQLi::getVersion}}
{{subst:SeeAlso:JDatabaseMySQLi::getVersion}}
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JDatabaseMySQLi::getVersion|Edit See Also]]<nowiki>]</nowiki>
</span>
===User contributed notes===
===User contributed notes===
<CodeExamplesForm />
<CodeExamplesForm />

Revision as of 15:07, 24 March 2017

Joomla 11.1 JDatabaseMySQLi::getVersion

Description

Get the version of the database connector.

{{subst:Description:JDatabaseMySQLi::getVersion}}

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

See also

{{subst:SeeAlso:JDatabaseMySQLi::getVersion}}

User contributed notes

<CodeExamplesForm />