Support Joomla!

references:joomla.framework:database:jdatabase-getcollation

Table of Contents

getCollation

API Package Subpackage Class Method Reference Last reviewed Doc status
API Home Package Joomla.Framework Subpackage Database Class JDatabase Method getCollation Reference getCollation() Never Work in Progress

Returns the collation being used by the database. Collations are supported by MySQL database starting with version 4.1.2. Previous versions will return ‘N/A (mySQL < 4.1.2)’.

Syntax

string getCollation ()

Examples

Example

$dbo = JFactory::getDBO();
echo $dbo->getCollation();

might produce:

Result

utf8_general_ci

Discussion

Full name:
E-Mail:
 
references/joomla.framework/database/jdatabase-getcollation.txt (604 views) · Last modified: 2007/08/15 14:53