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. | ||
<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]] | ||
===User contributed notes=== | ===User contributed notes=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JDatabaseMySQLi::getVersion | category=JDatabaseMySQLi::getVersion | ||
namespace=CodeExample | |||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
Latest revision as of 02:41, 25 March 2017
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

See also
JDatabaseMySQLi::getVersion source code on BitBucket
Class JDatabaseMySQLi
Subpackage Database- Other versions of JDatabaseMySQLi::getVersion
User contributed notes
Code Examples