API17

JDatabaseSQLSrv::setUTF: Difference between revisions

From Joomla! Documentation

m clean up
m preparing for archive only
 
Line 4: Line 4:
Set the connection to use UTF-8 character encoding.  
Set the connection to use UTF-8 character encoding.  


{{subst:Description:JDatabaseSQLSrv::setUTF}}
 


<source lang="php">
<source lang="php">
Line 17: Line 17:
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Database|Database]]
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Database|Database]]
* [[API17:JDatabaseSQLSrv::setUTF|Other versions of JDatabaseSQLSrv::setUTF]]
* [[API17:JDatabaseSQLSrv::setUTF|Other versions of JDatabaseSQLSrv::setUTF]]
{{subst:SeeAlso:JDatabaseSQLSrv::setUTF}}
 


===User contributed notes===
===User contributed notes===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
noresultsheader=\n
noresultsheader=\n
category=JDatabaseSQLSrv::setUTF
category=JDatabaseSQLSrv::setUTF
category=CodeExample
namespace=CodeExample
category=MethodExample
category=MethodExample
include=*
include=*

Latest revision as of 02:50, 25 March 2017

Joomla 11.1 JDatabaseSQLSrv::setUTF

Description

Set the connection to use UTF-8 character encoding.


public function setUTF ()
  • Returns bool True on success.
  • Defined on line 553 of libraries/joomla/database/database/sqlsrv.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples