由于以前的函数求值超时,函数求值被禁用.必须继续执行才能重新启用
发布网友
发布时间:2022-04-08 05:51
我来回答
共2个回答
懂视网
时间:2022-04-08 10:12
去掉前面打勾,不过这样就不会对属性变量自动求值了。
odac访问oracle时,提示:由于以前的函数求值超时,函数求值被禁用,必须继续执行才能正常返回
标签:
热心网友
时间:2022-04-08 07:20
function __construct($info=array()){
$this->host = $info['h'];
$this->name = $info['u'];
$this->pass = $info['pwd'];
$this->table = $info['dbname'];
$this->connect();
}