php7连接sybase,Open persistent Sybase connection - PHP 7 中文文档

(PHP 4, PHP 5)

sybase_pconnect – Open persistent Sybase connection

Warning

This function was

REMOVED in PHP 7.0.0.

说明

sybase_pconnect

([ string $servername

[, string $username

[, string $password

[, string $charset

[, string $appname

]]]]] ) : resource

sybase_pconnect() acts very much like

[sybase_connect()](php7/function.sybase-connect) with two major differences.

First, when connecting, the function would first try to find a

(persistent) link that's already open with the same host,

username and password. If one is found, an identifier for it

will be returned instead of opening a new connection.

Second, the connection to the SQL server will not be closed when

the execution of the script ends. Instead, the link will remain

open for future use ([sybase_close()](php7/function.sybase-close) will not

close links established by sybase_pconnect()).

This type of links is therefore called 'persistent'.

参数

servername

The servername argument has to be a valid servername that is defined

in the 'interfaces' file.

username

Sybase user name

password

Password associated with username.

charset

Specifies the charset for the connection

appname

Specifies an appname for the Sybase connection.

This allow you to make separate connections in the same script to the

same database. This may come handy when you have started a transaction

in your current connection, and you need to be able to do a separate

query which cannot be performed inside this transaction.

返回值

Returns a positive Sybase persistent link identifier on success, or

FALSE on error.

参见

[sybase_connect()](php7/function.sybase-connect) – Opens a Sybase server connection

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值