JDatabaseQueryMySQL::length: Difference between revisions
From Joomla! Documentation
m →User contributed notes: moving preparation |
m →See also: moving preparation |
||
| Line 36: | Line 36: | ||
===See also=== | ===See also=== | ||
* {{JVer|11.1}} '''JDatabaseQueryMySQL::length source code''' on [[jplatform:database/database/mysqlquery.php#cl-461|BitBucket]] | * {{JVer|11.1}} '''JDatabaseQueryMySQL::length source code''' on [[jplatform:database/database/mysqlquery.php#cl-461|BitBucket]] | ||
* {{JVer|11.1}} Class [[JDatabaseQueryMySQL | * {{JVer|11.1}} Class [[API17:JDatabaseQueryMySQL|JDatabaseQueryMySQL]] | ||
* {{JVer|11.1}} Subpackage [[Subpackage_Database | * {{JVer|11.1}} Subpackage [[API17:Subpackage_Database|Database]] | ||
* [[JDatabaseQueryMySQL::length|Other versions of JDatabaseQueryMySQL::length]] | * [[API17:JDatabaseQueryMySQL::length|Other versions of JDatabaseQueryMySQL::length]] | ||
{{SeeAlso:JDatabaseQueryMySQL::length}} | {{SeeAlso:JDatabaseQueryMySQL::length}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
Revision as of 01:16, 12 May 2013
JDatabaseQueryMySQL::length
Description
Template:Description:JDatabaseQueryMySQL::length [Edit Descripton]
public function length (
$field
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $field | string | $field | |
| string | separator |
- Returns Length function for the field
- Defined on line 469 of libraries/joomla/database/database/mysqlquery.php
- Since

See also
JDatabaseQueryMySQL::length source code on BitBucket
Class JDatabaseQueryMySQL
Subpackage Database- Other versions of JDatabaseQueryMySQL::length
Template:SeeAlso:JDatabaseQueryMySQL::length [Edit See Also]
User contributed notes
<CodeExamplesForm />