API16

JDatabaseMySQLi/getVersion: Difference between revisions

From Joomla! Documentation

Doxiki (talk | contribs)
New page: ===Description=== Description <span class="editsection" style="font-size:76%;"> <nowiki>[</nowiki>Edit Descripton<nowiki>]</nowiki> </span...
 
m preparing for archive only
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:
Description  
Description  


<span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>[[Description:JDatabaseMySQLi/getVersion|Edit Descripton]]<nowiki>]</nowiki>
</span>


{{Description:JDatabaseMySQLi/getVersion}}
 
<! removed transcluded page call, red link never existed >


===Syntax===
===Syntax===
Line 25: Line 23:
</source>
</source>


<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JDatabaseMySQLi/getVersion|Edit See Also]]<nowiki>]</nowiki>
<! removed transcluded page call, red link never existed >
</span>
{{SeeAlso:JDatabaseMySQLi/getVersion}}


===Examples===
===Examples===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
  noresultsheader=\n
  noresultsheader=\n
  category=getVersion
  category=getVersion
  category=JDatabaseMySQLi
  category=JDatabaseMySQLi
  category=CodeExample
  namespace=CodeExample
  category=MethodExample
  category=MethodExample
  include=*
  include=*
  format= ,,,
  format= ,,,
</dpl>
</dpl>
[[Category:Archived pages API16]]

Latest revision as of 01:28, 25 March 2017

Description

Description


<! removed transcluded page call, red link never existed >

Syntax

getVersion()


Defined in

libraries/joomla/database/database/mysqli.php

Importing

jimport( 'joomla.database.database.mysqli' );

Source Body

public function getVersion()
{
        return mysqli_get_server_info($this->_connection);
}


<! removed transcluded page call, red link never existed >

Examples

Code Examples