ace php 连接 rds sqlserver 方法

一、使用 mssql 系列函数
二、使用 mssql_connect('xxx.sqlserver.rds.aliyuncs.com:3433','xxx','xxx'), 注意 3433 前面是 冒号,否则会出现:
“[size=font-size: 10pt,10pt]Warning: mssql_connect(): Unable to connect to server: xxx.sqlserver.rds.aliyuncs.com,3433 in /ace/app/webroot/.....”