Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (中文) » SQL Anywhere 服务器 - 编程 » SQL Anywhere 数据访问 API » SQL Anywhere PHP API » SQL Anywhere PHP API 参考

 

sasql_get_client_info

原型
string sasql_get_client_info( )
说明

返回客户端的版本信息。

参数

返回值

代表 SQL Anywhere 客户端软件版本的字符串。返回的字符串采用的是 X.Y.Z.W 形式,其中 X 为主版本号,Y 为子版本号,Z 为补丁号,W 为内部版本号(如 10.0.1.3616)。