API17

JDatabaseMySQLi::hasUTF: Difference between revisions

From Joomla! Documentation

Doxiki2 (talk | contribs)
Bulk upload by Doxiki2
 
m preparing for archive only
 
(6 intermediate revisions by 2 users not shown)
Line 2: Line 2:
=={{JVer|11.1}} JDatabaseMySQLi::hasUTF==
=={{JVer|11.1}} JDatabaseMySQLi::hasUTF==
===Description===
===Description===
Determines UTF support.  
Determines if the database engine supports UTF-8 character encoding.  
 
 


{{Description:JDatabaseMySQLi::hasUTF}}
<span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>[[Description:JDatabaseMySQLi::hasUTF|Edit Descripton]]<nowiki>]</nowiki>
</span>
===Synopsis===
<source lang="php">
<source lang="php">
public JDatabaseMySQLi->hasUTF ()
public function hasUTF ()
</source>
</source>
===Returns===
* '''Returns''' boolean True if supported.
boolean True - UTF is supported
* '''Defined''' on line 424 of libraries/joomla/database/database/mysqli.php
===Defined in===
* '''Since''' {{JVer|11.1 }}
libraries/joomla/database/database/mysqli.php
===Referenced by===
===See also===
===See also===
<span class="editsection" style="font-size:76%;">
* {{JVer|11.1}} '''JDatabaseMySQLi::hasUTF source code''' on [[jplatform:database/database/mysqli.php#cl-416|BitBucket]]
<nowiki>[</nowiki>[[SeeAlso:JDatabaseMySQLi::hasUTF|Edit See Also]]<nowiki>]</nowiki>
* {{JVer|11.1}} Class [[API17:JDatabaseMySQLi|JDatabaseMySQLi]]
</span>
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Database|Database]]
* [[JDatabaseMySQLi/11.1|JDatabaseMySQLi]]
* [[API17:JDatabaseMySQLi::hasUTF|Other versions of JDatabaseMySQLi::hasUTF]]
* [[JDatabaseMySQLi::hasUTF|Other versions of this method]]
 
{{SeeAlso:JDatabaseMySQLi::hasUTF}}
 
===Examples===
===User contributed notes===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
noresultsheader=\n
noresultsheader=\n
category=JDatabaseMySQLi::hasUTF
category=JDatabaseMySQLi::hasUTF
category=CodeExample
namespace=CodeExample
category=MethodExample
category=MethodExample
include=*
include=*
namespace=CodeExample
format= ,,,
format= ,,,
</dpl>
</dpl>
<noinclude>[[Category:JDatabaseMySQLi]][[Category:JDatabaseMySQLi::hasUTF]]</noinclude>
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Latest revision as of 02:41, 25 March 2017

Joomla 11.1 JDatabaseMySQLi::hasUTF

Description

Determines if the database engine supports UTF-8 character encoding.


public function hasUTF ()
  • Returns boolean True if supported.
  • Defined on line 424 of libraries/joomla/database/database/mysqli.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples