API17

Difference between revisions of "JDatabaseMySQL::hasUTF"

From Joomla! Documentation

(Bulk upload by Doxiki2)
 
(Layout updates)
Line 10: Line 10:
 
===Synopsis===
 
===Synopsis===
 
<source lang="php">
 
<source lang="php">
public JDatabaseMySQL->hasUTF ()
+
public JDatabaseMySQL::hasUTF ()
 
</source>
 
</source>
 
===Returns===
 
===Returns===
 
boolean True - UTF is supported
 
boolean True - UTF is supported
 
===Defined in===
 
===Defined in===
libraries/joomla/database/database/mysql.php
+
libraries/joomla/database/database/mysql.php (line 149)
 +
* see source code in [[jplatform:database/database/mysql.php#cl-149|BitBucket]]
 
===Referenced by===
 
===Referenced by===
 
===See also===
 
===See also===

Revision as of 20:13, 23 April 2011

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JDatabaseMySQL::hasUTF[edit]

Description[edit]

Determines UTF support.

Template:Description:JDatabaseMySQL::hasUTF [Edit Descripton]

Synopsis[edit]

public JDatabaseMySQL::hasUTF ()

Returns[edit]

boolean True - UTF is supported

Defined in[edit]

libraries/joomla/database/database/mysql.php (line 149)

Referenced by[edit]

See also[edit]

[Edit See Also]

Template:SeeAlso:JDatabaseMySQL::hasUTF

Examples[edit]

<CodeExamplesForm />