PHP » GoLang |
login |
register |
about
|
GoLang mysqli::set_charset
request it (468)
GoLang replacement for PHP's mysqli::set_charset
[edit | history]
mysqli::set_charsetmysqli_set_charset(PHP 5 >= 5.0.5, PHP 7) mysqli::set_charset -- mysqli_set_charset — Sets the default client character set DescriptionObject oriented style
bool mysqli::set_charset
( string
$charset
)Procedural style Sets the default character set to be used when sending data from and to the database server. Parameters
Return Values
Returns Notes
ExamplesExample #1 mysqli::set_charset() example Object oriented style
<?php Procedural style
<?php The above examples will output something similar to: Initial character set: latin1 Current character set: utf8 See Also
|
more
Recently updated
more
Most requested
more
Last requests
|