Php. ini full Chinese version _ PHP Tutorial

Source: Internet
Author: User
Tags bitwise operators
Php. ini full Chinese version. PHP is still a developing tool, and its functions are still being deleted. ini settings change can reflect a considerable change. before using the new PHP version, study php. ini will use PHP as a continuously developing tool, and its functions are still being deleted; while php. ini settings change can reflect a considerable change. before using the new PHP version, study php. ini is advantageous ;;;;;;;;;;;;;;;;;;;; this file; controls many aspects of PHP. To allow PHP to read this file, it must be named; php. ini. PHP will search for the file in these places in sequence: the current working directory; environment variable PHPRC; the specified path; the path specified during compilation .; In windows, the compiling path is the Windows installation directory .; In command line mode, the search path of php. ini can be replaced by The-c parameter.; The syntax of this file is very simple. Blank characters and a semicolon (;) are ignored (as you may have guessed ). Chapter titles (for example, [Foo]) are also simply ignored, even if they may; have some meaning in the future .;; Indicates that the following syntax is used:; indicates identifier = value; directive = value; indicates that the identifier is * case sensitive *-foo = bar different from FOO = bar .;; The value can be a string, a number, a PHP constant (for example, E_ALL or M_PI), and one (On, Off, True, False, Yes, Yes) in the INI constant, no and None), or an expression; (for example, E_ALL &~ E_NOTICE), or a string enclosed in quotation marks ("foo").; the expression of the INI file is limited to bitwise operators and parentheses .; | Bitwise OR; & bitwise AND ;~ Bitwise NOT ;! Boolean NOT; boolean flag can be 1, On, True or Yes .; They can be 0, Off, False, or No values in the Off state .;; An empty string can be used after the equal sign without any representation, or with the None keyword:; foo =; set foo to a null string; foo = none; and foo to a null string; foo = "none"; set foo to the string none; if constants are used in your value settings, these constants are dynamically imported extension libraries (not PHP extensions, that is; zend extension), you can only call these Extension rows * and then use these constants .;; All in php. the value set in the ini-dist file is the same as the built-in default value (this is to say, if php. ini; is not used or you have deleted these rows. the default value is the same ). ;;;;;;;;;;;;;;;;;;;;; Language options; engine = On; enable PHP scripting language engine (PHP script language engine) valid in Apache. Short_open_tag = On; allow

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.