;;;;;;;;;;;;; ;; Syntax ;; ; The syntax of this file is very simple. Whitespace characters and lines starting with semicolons are simply ignored. ; Section titles (eg: [php]) are also simply ignored, even though they may have some meaning in the future. ; The format of the setting directive is as follows: ; directive = value ; The directive name (directive) is case-sensitive! So "foo=bar" is different from "FOO=bar". ; Value (value) can be: ; 1. A string delimited by quotation marks (such as: "foo"); 2. A number (integer or floating point number, such as: 0, 1, 34, -1, 33.55); 3 . A PHP constant (such as: E_ALL, M_PI); 4. An INI constant (On, Off, none); 5. An expression (such as: E_ALL & ~E_NOTICE); The expression in the INI file only uses: bit operations Symbols, logical NOT, parentheses: ; 3 pages
Introduction: initializationfailure:initializationfailure phpini Chinese version configuration instructions under php-52 Page 1/3:;;;;;;;;;;;;; ; Syntax;; ; The syntax of this file is very simple. Whitespace characters and lines starting with semicolons are simply ignored. ; Section titles (eg: [php]) are also simply ignored, even though they may have some meaning in the future. ; The format of the setting directive is as follows: ; directive = value ; The directive name (directive) is case-sensitive! So "foo=bar" is different from "FOO=bar". ;
2. php-5.2 Chinese version of php.ini configuration instructions page 1/3_PHP tutorial
Introduction: Page 1/3 of the Chinese version configuration instructions for php.ini under php-5.2. ;;;;;;;;;;;;; ;; Syntax ;; ; The syntax of this file is very simple. Whitespace characters and lines starting with semicolons are simply ignored. ; Chapter titles (eg: [php]) are also simply ignored, even in the future
3. php-5.2 Chinese version of php.ini configuration instructions 1/3 Page
Introduction: php.ini Chinese version configuration instructions under php-5.2 page 1/3. ;;;;;;;;;;;;; ;; Syntax ;; ; The syntax of this file is very simple. Whitespace characters and lines starting with semicolons are simply ignored. ; Chapter titles (for example: [php]) are simply ignored, even in the future
4. MySQL configuration file my.cnf Chinese version configuration reference document
5. php-5.2 Chinese version of php.ini configuration instructions_PHP
Introduction: It is convenient for friends who want to learn php.ini configuration so as to give full play to its functions. The syntax of this file is very simple. Whitespace characters and lines starting with semicolons are simply ignored.
6. php-5.2 Chinese version of php.ini configuration instructions_php basics
Introduction: It is convenient for friends who want to learn php.ini configuration so as to give full play to its functions. The syntax of this file is very simple. Whitespace characters and lines starting with semicolons are simply ignored.
The above is the detailed content of Recommended 6 articles about Chinese version configuration. For more information, please follow other related articles on the PHP Chinese website!