* 讨厌的注释
https://doc.phpspider.org/demo-start.html
./vendor/owner888/phpspider/core/phpspider.php
/* Do NOT delete this comment */
???????// 彩蛋 ???????$included_files = get_included_files(); ???????$content = file_get_contents($included_files[0]); ???????if (!preg_match("#/\* Do NOT delete this comment \*/#", $content) || !preg_match("#/\* 不要删除这段注释 \*/#", $content)) ???????{ ???????????$msg = "Unknown error..."; ???????????log::error($msg); ???????????exit; ???????}
删掉这段恶心的代码
phpspider PHP 爬虫
原文地址:https://www.cnblogs.com/mingzhanghui/p/9311283.html