时间:2021-07-01 10:21:17 帮助过:29人阅读
作为参数传入
$arr=array(1,2,3,4,5);$arr2 = test($arr);function test ($get_arr){return $get_arr;}
//a.php页fn();function fn(){include_once 'b.php';print_r($arr);}//b.php页$arr=array(1,2,3,4,5);
参数,或公共调用接口
你的配置项可以是局部私有的,但必须有开放的接口提供读写