Greytree

TamWiki

For a mouse who is a packrat

Technology » PHP Magic Constants
some useful constants PHP supplies

Summary:this is what goes at the top of the site

(redirected from Main.PHPMagicConstants)

Next: Smarty >>

<< Prev: PHP Includes

Up: ^PHP^

PHP supplies several constants. Some, however, aren't well documented. The following are useful during debugging to show where things occur:

__LINE__ // returns the current line number
__FILE__ // returns the current file name
__FUNCTION__ // returns the current function
__CLASS__ // returns the current class
__METHOD__ // returns the current class method


Tags: Categories: Articles

Recent Changes | Printable View | Page History | Edit Page
Page last modified on April 17, 2012, at 08:59 PM by ImportText?