php函数嵌套

public function fn1(){
  global $str;
  $str='liuman';
  function fn2(){
    echo $GLOBALS['str'];
  }    
}

发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注