(redirected from Main.PHPMagicConstants)
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
__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?