API17

JDatabaseExporterMySQL:: toString: Difference between revisions

From Joomla! Documentation

m clean up
m preparing for archive only
 
Line 4: Line 4:
Magic function to exports the data to a string.  
Magic function to exports the data to a string.  


{{subst:Description:JDatabaseExporterMySQL::__toString}}
 


<source lang="php">
<source lang="php">
Line 30: Line 30:
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Database|Database]]
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Database|Database]]
* [[API17:JDatabaseExporterMySQL::__toString|Other versions of JDatabaseExporterMySQL::__toString]]
* [[API17:JDatabaseExporterMySQL::__toString|Other versions of JDatabaseExporterMySQL::__toString]]
{{subst:SeeAlso:JDatabaseExporterMySQL::__toString}}
 


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

Latest revision as of 02:35, 25 March 2017

Joomla 11.1 JDatabaseExporterMySQL::__toString

Description

Magic function to exports the data to a string.


public function __toString ()
Parameter Type Default Description
Exception ifanerrorisencountered.
  • Returns string
  • Defined on line 87 of libraries/joomla/database/database/mysqlexporter.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples