我需要include(file.php),
include(file.php)
file.php:
... return 1;
如何获取其返回值?
$ret = include('file.php');
标签
查看
471 次