gpt4 book ai didi

php - 是否可以在 PHP 中忽略子脚本从父脚本的退出?

转载 作者:行者123 更新时间:2023-12-04 14:48:59 24 4
gpt4 key购买 nike

子脚本终止父脚本,因为它有exit;

由于它是第三方扩展,我需要避免任何核心破解。是否有可能以某种方式忽略父脚本中子脚本的退出。我正在从外部脚本调用它的 Controller 和方法。

parent.php

<?php

require "child.php";

?>

child.php

<?php
does something;
exit;
?>

更新

只要我们不修改子脚本,任何替代解决方案都可以。

最佳答案

Is it possible to ignore exit from included script in PHP?

没有。

exit 终止脚本的执行,无论它是从哪里调用的。

sjagr's answer 中所述,还有使用 exit 的替代方法。

关于php - 是否可以在 PHP 中忽略子脚本从父脚本的退出?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25732959/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com