references:joomla.framework:database:jdatabase-hasutfhasUTF
Determines whether or not the database has UTF support. Returns true if the database supports UTF, false otherwise. Syntaxboolean hasUTF () ExamplesExample $database =& JFactory::getDBO(); echo 'The database ' . ($database->getVersion() ? 'has' : 'does not have') . ' UTF support.'; might produce: Result The database has UTF support. Discussion |


