ant 扩展, 用于 PHP-FPM、FastCGI、PHP_MOD等模式下突破 disabled_functions限制
ant
安装
$ wget https://github.com/AntSwordProject/ant_php_extension.git
$ ....
使用
antsystem("whoami"); // 返回linux命令 whoami 执行的结果
antsystem("ls");
ant 扩展, 用于 PHP-FPM、FastCGI、PHP_MOD等模式下突破 disabled_functions限制
安装
$ wget https://github.com/AntSwordProject/ant_php_extension.git
$ ....
使用
antsystem("whoami"); // 返回linux命令 whoami 执行的结果
antsystem("ls");
本文标题:ant扩展,执行linux命令
本文链接:https://www.haomeiwen.com/subject/ohhhqhtx.html
网友评论