大家好,我的链接数据库的语句如下:$this->_connection = @oci_connect('**','**','**','**');
if (!$this->_connection) {
}可是执行到oci_connect时后面不执行,打印语句显示不出来,请问是怎么回事。多谢
@操作强制把错误屏蔽了。显然,你这里连接没有成功。请查看:[url]http://php.net/manual/en/language.operators.errorcontrol.php[/url]