| API | Package | Subpackage | Class | Method | Reference | Last reviewed | Doc status |
|---|---|---|---|---|---|---|---|
Home |
Joomla.Framework |
Database |
JDatabase |
getURFSupport |
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.
boolean getUTFSupport ()
Example
$database =& JFactory::getDBO(); echo $database->getUTFSupport();
might produce:
Result
1