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.
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
Post a Comment