in c there's the if(!(defined)) function which lets you check whether or not a function has already been defined before you attempt to define or include it.
is there an equivalent in php? the nearest i could get to this was to place a constant at the top of each function, then check whether the constant had been defined.
thanks for any help
Rob