API17

JDatabaseQuerySQLAzure::concat: Difference between revisions

From Joomla! Documentation

m clean up
m preparing for archive only
 
Line 4: Line 4:




{{subst:Description:JDatabaseQuerySQLAzure::concat}}
 


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


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

Latest revision as of 02:46, 25 March 2017

Joomla 11.1 JDatabaseQuerySQLAzure::concat

Description

public function concat (
        $fields
        $separator=null
)
Parameter Type Default Description
$fields array $fields
$separator string null separator
  • Returns String concantenaation of all the fields
  • Defined on line 495 of libraries/joomla/database/database/sqlazurequery.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples