API15

API15:JDatabase/getCollation

From Joomla! Documentation

Description

Get the database collation

[<! removed edit link to red link >]

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

Syntax

getCollation()


Returns

string Collation in use

Defined in

libraries/joomla/database/database.php

Importing

jimport( 'joomla.database.database' );

Source Body

function getCollation()
{
        return;
}

[<! removed edit link to red link >] <! removed transcluded page call, red link never existed >

Examples

Code Examples