日期:2014-05-16  浏览次数:20822 次

php-mysql扩展的mysql_connect/mysql_pconnect比较

author: selfimpr

blog: http://blog.csdn.net/lgg201

mail: lgg860911@yahoo.com.cn


item

mysql_connect

mysql_pconnect

函数原型

resource mysql_connect($host_port, $user, $passwd, $newlink, $client_flags);

第四个参数$newlink标记是否创建新的资源对象

resource mysql_pconnect($host_port, $user, $passwd, $client_flags);

allow_persistent指令

设置此指令使得两个函数行为均和mysql_connect()