$dbcon='123';

方法一、
funtion fun1()
{
global $dbcon;
$dbcon-> 就可以访问了。
} 方法二
$GLOBALS['$dbcon'];
04-15 18:23