Modules/MTA-MySQL/mysql get host info

From Multi Theft Auto: Wiki
Revision as of 17:37, 13 January 2008 by Ryden (talk | contribs) (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>...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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