缓冲区

file_put_contents("./cache/read_print.php", $tpls);
ob_start();
include './cache/read_print.php';
$out = ob_get_clean();

原文地址:https://www.cnblogs.com/lujiang/p/8994475.html