关于 ini_set 可以设置的配置变量解释如下:
可修改范围是 PHP_INI_PERDIR 的指令可以在php.ini、httpd.conf、.htaccess文件中修改。
可修改范围是 PHP_INI_SYSTEM 的指令可以在php.ini、httpd.conf文件中修改
可修改范围是 PHP_INI_ALL 的指令可以用int_set修改。
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