API17:JDatabaseMySQLi::explain
From Joomla! Documentation
(Difference between revisions)
(Layout updates) |
(Updated to r1448:247ba8d88526) |
||
| Line 2: | Line 2: | ||
=={{JVer|11.1}} JDatabaseMySQLi::explain== | =={{JVer|11.1}} JDatabaseMySQLi::explain== | ||
===Description=== | ===Description=== | ||
| − | Diagnostic | + | Diagnostic method to return explain information for a query. |
{{Description:JDatabaseMySQLi::explain}} | {{Description:JDatabaseMySQLi::explain}} | ||
| Line 8: | Line 8: | ||
<nowiki>[</nowiki>[[Description:JDatabaseMySQLi::explain|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JDatabaseMySQLi::explain|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
<source lang="php"> | <source lang="php"> | ||
| − | public | + | public function explain () |
</source> | </source> | ||
| − | + | * '''Returns''' string The explain output. | |
| − | string | + | * '''Defined''' on line 667 of libraries/joomla/database/database/mysqli.php |
| − | + | * '''Since''' {{JVer|11.1 }} | |
| − | libraries/joomla/database/database/mysqli.php | + | |
| − | * | + | |
| − | + | ||
===See also=== | ===See also=== | ||
| + | * {{JVer|11.1}} '''JDatabaseMySQLi::explain source code''' on [[jplatform:database/database/mysqli.php#cl-659|BitBucket]] | ||
| + | * {{JVer|11.1}} Class [[JDatabaseMySQLi/11.1|JDatabaseMySQLi]] | ||
| + | * {{JVer|11.1}} Subpackage [[Subpackage_Database/11.1|Database]] | ||
| + | * [[JDatabaseMySQLi::explain|Other versions of JDatabaseMySQLi::explain]] | ||
| + | {{SeeAlso:JDatabaseMySQLi::explain}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JDatabaseMySQLi::explain|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JDatabaseMySQLi::explain|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 33: | Line 31: | ||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:JDatabaseMySQLi]][[Category:JDatabaseMySQLi::explain]]</noinclude> | <noinclude>[[Category:JDatabaseMySQLi]][[Category:JDatabaseMySQLi::explain]]</noinclude> | ||
Revision as of 20:32, 27 April 2011
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JDatabaseMySQLi::explain
Description
Diagnostic method to return explain information for a query.
Description:JDatabaseMySQLi::explain [Edit Descripton]
public function explain ()
- Returns string The explain output.
- Defined on line 667 of libraries/joomla/database/database/mysqli.php
- Since
See also
-
JDatabaseMySQLi::explain source code on BitBucket
-
Class JDatabaseMySQLi
-
Subpackage Database
- Other versions of JDatabaseMySQLi::explain
SeeAlso:JDatabaseMySQLi::explain [Edit See Also]
User contributed notes
<CodeExamplesForm />
