references:joomla.framework:database:jdatabase-getutfsupportTable of Contents
getUTFSupport
Determines whether or not the database has UTF support. Returns true if the database does support UTF, or false otherwise. Syntaxboolean getUTFSupport () ExamplesExample $database =& JFactory::getDBO(); echo $database->getUTFSupport(); might produce: Result 1
Discussion |


