API17

JDatabaseMySQLi::getVersion: Difference between revisions

From Joomla! Documentation

m clean up
m preparing for archive only
 
Line 4: Line 4:
Get the version of the database connector.  
Get the version of the database connector.  


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


<source lang="php">
<source lang="php">
Line 17: 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]]
{{subst:SeeAlso:JDatabaseMySQLi::getVersion}}
 


===User contributed notes===
===User contributed notes===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
noresultsheader=\n
noresultsheader=\n
category=JDatabaseMySQLi::getVersion
category=JDatabaseMySQLi::getVersion
category=CodeExample
namespace=CodeExample
category=MethodExample
category=MethodExample
include=*
include=*

Latest revision as of 02:41, 25 March 2017

Joomla 11.1 JDatabaseMySQLi::getVersion

Description

Get the version of the database connector.


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


User contributed notes

Code Examples