Home > Backend Development > PHP Tutorial > 在线修改php.ini 内容的值

在线修改php.ini 内容的值

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-01 14:25:27
Original
905 people have browsed it

临时修改php.ini文件的实现方法:

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

ini_set("output_buffering","0");

ob_start();

Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template