Chinese php.ini (1) _php tutorial

Source: Internet
Author: User
Tags bitwise bitwise operators truncated
[PHP]
; PHP is also a constantly evolving tool, and its functionality is constantly being truncated.
; And PHP.ini's settings change can reflect a considerable change,
; It's good to study php.ini before using the new PHP version.
;;;;;;;;;;;;;;;;;;;
; about this document;
;;;;;;;;;;;;;;;;;;;
; This file controls many aspects of PHP's view. In order for PHP to read this file, it must be named
; ' PHP.ini '. PHP will look for the file in these places: current working directory; environment variable PHPRC
; The path specified at compile time.
; Under Windows, the path at compile time is the Windows installation directory.
; In command-line mode, the php.ini lookup path can be substituted with the-c parameter.
; The syntax of the file is very simple. Blank characters and semicolons '; ' The starting line is simply ignored (as you might
; guessed the same).
Chapter headings (For example: [Foo]) are also simply ignored, even though they may in the future
; There is a sense of some kind.
;
; The instruction is specified using the following syntax:
; Indicates identifier = value
; directive = value
; Indicates that the identifier is case-sensitive *-Foo=bar differs from foo = bar.
;
; The value can be a string, a number, a PHP constant (such as: E_all or M_PI), INI
Constants in the
; One (on, Off, True, False, Yes, No and None), or an expression
; (such as: E_all & ~e_notice), or a string enclosed in quotation marks ("foo").
;
; INI file is limited to bitwise operators and parentheses.
; | Bitwise OR
; & Bitwise AND
; ~ Bitwise NOT
; ! Boolean not
;
; The Boolean flag can be used 1, on, True or Yes to put these values in the open state.
; They are available in 0, off, False or No These values are turned off.
;
; An empty string can be used after the equal sign to not write anything, or with the None keyword:
;
; Foo =; Place Foo as an empty string
; foo = none; Place Foo as an empty string
; Foo = "None"; Place Foo As String ' None '
;
; If you use constants in your value settings, and these constants belong to the extended library of dynamic push-in (not the extension of PHP, it is
; Zend extension), you can only use these constants after you have transferred the lines of these extensions * *.
;
; All values set in the Php.ini-dist file are the same as the built-in default values (this is to say, if php.ini
; is not used or you delete these lines, the default value is the same).

http://www.bkjia.com/PHPjc/629595.html www.bkjia.com true http://www.bkjia.com/PHPjc/629595.html techarticle [PHP]; PHP is also a constantly evolving tool, and its functions are constantly being truncated; And PHP.ini's settings change can reflect a considerable change; Before using the new PHP version, look at ...

  • 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.