API17:JDatabaseMySQLi::hasUTF
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
(Updated to r1448:247ba8d88526) |
||
| (One intermediate revision by one user not shown) | |||
| Line 2: | Line 2: | ||
=={{JVer|11.1}} JDatabaseMySQLi::hasUTF== | =={{JVer|11.1}} JDatabaseMySQLi::hasUTF== | ||
===Description=== | ===Description=== | ||
| − | Determines UTF | + | Determines if the database engine supports UTF-8 character encoding. |
{{Description:JDatabaseMySQLi::hasUTF}} | {{Description:JDatabaseMySQLi::hasUTF}} | ||
| Line 8: | Line 8: | ||
<nowiki>[</nowiki>[[Description:JDatabaseMySQLi::hasUTF|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JDatabaseMySQLi::hasUTF|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
<source lang="php"> | <source lang="php"> | ||
| − | public | + | public function hasUTF () |
</source> | </source> | ||
| − | + | * '''Returns''' boolean True if supported. | |
| − | boolean True | + | * '''Defined''' on line 424 of libraries/joomla/database/database/mysqli.php |
| − | + | * '''Since''' {{JVer|11.1 }} | |
| − | libraries/joomla/database/database/mysqli.php | + | |
| − | + | ||
===See also=== | ===See also=== | ||
| + | * {{JVer|11.1}} '''JDatabaseMySQLi::hasUTF source code''' on [[jplatform:database/database/mysqli.php#cl-416|BitBucket]] | ||
| + | * {{JVer|11.1}} Class [[JDatabaseMySQLi/11.1|JDatabaseMySQLi]] | ||
| + | * {{JVer|11.1}} Subpackage [[Subpackage_Database/11.1|Database]] | ||
| + | * [[JDatabaseMySQLi::hasUTF|Other versions of JDatabaseMySQLi::hasUTF]] | ||
| + | {{SeeAlso:JDatabaseMySQLi::hasUTF}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JDatabaseMySQLi::hasUTF|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JDatabaseMySQLi::hasUTF|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 32: | Line 31: | ||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:JDatabaseMySQLi]][[Category:JDatabaseMySQLi::hasUTF]]</noinclude> | <noinclude>[[Category:JDatabaseMySQLi]][[Category:JDatabaseMySQLi::hasUTF]]</noinclude> | ||
Revision as of 20:33, 27 April 2011
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JDatabaseMySQLi::hasUTF
Description
Determines if the database engine supports UTF-8 character encoding.
Description:JDatabaseMySQLi::hasUTF [Edit Descripton]
public function hasUTF ()
- Returns boolean True if supported.
- Defined on line 424 of libraries/joomla/database/database/mysqli.php
- Since
See also
-
JDatabaseMySQLi::hasUTF source code on BitBucket
-
Class JDatabaseMySQLi
-
Subpackage Database
- Other versions of JDatabaseMySQLi::hasUTF
SeeAlso:JDatabaseMySQLi::hasUTF [Edit See Also]
User contributed notes
<CodeExamplesForm />
