<?php return array('name' => 'andy','sex' => 'male' ); ?>
<?php $set = include("test.php"); print_r($set);exit; ?>
<?php return array('name' => 'andy','sex' => 'male' ); ?>
<?php $set = include("test.php"); print_r($set);exit; ?>
转载于:https://www.cnblogs.com/ccode/p/4195648.html