PHP and #if
In C, etc. one can place #if's around code to determine whether or not
the compiler should pay any attention to the code.
Is there a similar technique for PHP?
I've not seen anything like this before and a brief search hasn't
turned up anything either...just thought I would ask to make sure.
|