The difference between Local Value (local variable) and Master Value (main variable) in phpinfo(), phpinfomaster_PHP tutorial

WBOY
Release: 2016-07-12 08:59:26
Original
872 people have browsed it

The difference between Local Value (local variable) and Master Value (main variable) in

phpinfo(), many parts of phpinfomaster

phpinfo() have two Column: Local Value and Master Value

1. Master Value is the content in the PHP.ini file.

2.Local value is the setting in the current directory. This value will overwrite the corresponding value in Master Value

Due to the settings of WEB Sever Config or .htaccess, or the settings of ini_set() in the program, the settings in the current directory will be different from the settings in the PHP.ini file

PS: The settings of php.ini can be overridden in the Apache configuration file, which may be in conf/httpd.conf or conf.d/***.conf, usually in conf.d/php.conf Medium

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/1098971.htmlTechArticleThe difference between Local Value (local variable) and Master Value (main variable) in phpinfo(), phpinfomaster phpinfo() Many parts have two Column: Local Value and Master Value 1. Master Val...
Related labels:
source:php.cn
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