Checking if a PHP constant had been defined

It is possible to check if a PHP constant had been declared by using defined function. Result of this operation will be true if the constant had been declared, and it will be false if not.

Comments

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator