<?php return array( ‘name‘ => ‘andy‘, ‘sex‘ => ‘male‘ ); ?>
<?php $set = include("test.php"); print_r($set);exit; ?>
时间: 2024-10-06 17:21:46
<?php return array( ‘name‘ => ‘andy‘, ‘sex‘ => ‘male‘ ); ?>
<?php $set = include("test.php"); print_r($set);exit; ?>