PHP » GoLang |
login |
register |
about
|
GoLang maxdb_character_set_name
request it (356)
GoLang replacement for PHP's maxdb_character_set_name
[edit | history]
maxdb_character_set_namemaxdb::character_set_name(PECL maxdb >= 1.0) maxdb_character_set_name -- maxdb::character_set_name — Returns the default character set for the database connection DescriptionProcedural style
string maxdb_character_set_name
( resource
$link
)Object oriented style
string maxdb::character_set_name
( void
)
Returns the current character set for the database connection specified by the
Return ValuesThe default character set for the current connection, either ascii or unicode. ExamplesExample #1 Object oriented style
<?php Example #2 Procedural style
<?php The above example will output something similar to: Current character set is ascii See Also
|
more
Recently updated
more
Most requested
more
Last requests
|