为了账号安全,请及时绑定邮箱和手机立即绑定

PHP有没有java里类似-cp的功能?

PHP有没有java里类似-cp的功能?

临摹微笑 2019-03-12 17:14:06
在java里,可以通过-cp指定类库,比如我要运行example.zip里的TheClassjava -cp example.zip TheClassPHP里有没有类似功能?我的最终目标是用Java的ProcessBuilder跑在zip文件里的php文件,更多信息请点击https://segmentfault.com/q/1010000004946...
查看完整描述

1 回答

?
杨__羊羊

TA贡献1943条经验 获得超7个赞

$phar2 = new Phar('/yourpath/test.phar');

include('phar://test.phar/subdir/test2.php');

test2();

include('phar://test.phar');

test1();


查看完整回答
反对 回复 2019-04-17
  • 1 回答
  • 0 关注
  • 449 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信