Table of Contents

getUTFSupport

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

Determines whether or not the database has UTF support. Returns true if the database does support UTF, or false otherwise.

Syntax

boolean getUTFSupport ()

Examples

Example

$database =& JFactory::getDBO();
echo $database->getUTFSupport();

might produce:

Result

1