php代码奇巧淫技
时间:2020-02-27 00:18:48
收藏:0
阅读:68
<?php register_shutdown_function(function(){ //即便是 index1.php 里边发生语法错误,依旧会执行 }); include ‘index1.php‘;
原文:https://www.cnblogs.com/echo2213/p/12370011.html
评论(0)