function foo()
{
   global $xxx;    ///$xxx就是全局变量了
   .....
}