PHP Magic Constants
Posted on May 30th, 2007 by Jans
PHP provides a large number of predefined constants to any script which it runs. Many of these constants, however, are created by various extensions, and will only be present when those extensions are available, either via dynamic loading or because they have been compiled in.
There are five magical constants that change depending on where they […]
Filed under: PHP | No Comments »