需要在php配置文件中修改参数:
allow_url_fopen:on allow_url_include:on
file://
php://
其中 php://input 主要是将 post 中的 http body 数据载入 PHP 解释器进行执行
php://input
几个例子: