Modules/MTA-MySQL/mysql get client version: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(New page: __NOTOC__ Returns an integer that represents the client library version. The value has the format XYYZZ where X is the major version, YY is the release level, and ZZ is the version number...)
(No difference)

Revision as of 17:26, 13 January 2008

Returns an integer that represents the client library version. The value has the format XYYZZ where X is the major version, YY is the release level, and ZZ is the version number within the release level. For example, a value of 40102 represents a client library version of 4.1.2.

Syntax

int mysql_get_client_version ( )

Returns

An integer representing the client version.

See also