Modules/MTA-MySQL/mysql get host info: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(New page: __NOTOC__ Returns a string describing the type of connection in use, including the server hostname. ==Syntax== <syntaxhighlight lang="lua"> string mysql_get_host_info ( MySQLConnection handler ) </syntaxhighlight>...)
(No difference)

Revision as of 17:37, 13 January 2008

Returns a string describing the type of connection in use, including the server hostname.

Syntax

string mysql_get_host_info ( MySQLConnection handler )

Required arguments

  • handler: A valid MySQL link

Returns

A string describing the type of connection in use, including the server hostname.

See also