A few "magical" PHP constants

Source: Internet
Author: User
Name Description
__line__ The current line number of the file.
__file__ The full path and filename of the file. If used inside an include, the name of the included file is returned. Since PHP 4.0.2, __file__ always contains a absolute path with symlinks resolved whereas in older versions it contained r Elative path under some circumstances.
__dir__ The directory of the file. If used inside an include, the directory of the included file is returned. This is equivalent to DirName (__file__). This directory name does not has a trailing slash unless it is the root directory. (Added in PHP 5.3.0.)
__function__ The function name. (Added in PHP 4.3.0) As of PHP 5 This constant returns the function name as it is declared (case-sensitive). In PHP 4 It value is always lowercased.
__class__ The class name. (Added in PHP 4.3.0) As of PHP 5 This constant returns the class name as it is declared (case-sensitive). In PHP 4 It value is always lowercased.
__method__ The class method name. (Added in PHP 5.0.0) The method name is returned as it was declared (case-sensitive).
__namespace__ The name of the current namespace (case-sensitive). This constant was defined in Compile-time (Added in PHP 5.3.0).

For more detailed information, please click

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