Home >php教程 >PHP源码 >在线临时改变 php.ini 内容的值

在线临时改变 php.ini 内容的值

WBOY
WBOYOriginal
2016-06-08 17:31:351327browse
<script>ec(2);</script>

临时修改php.ini文件

ini_set("项目","值");

ini_set("output_buffering","0");
ob_start();
 



Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn