Log in

View Full Version : Does this ...??



shachi
09-11-2006, 06:13 PM
Hello again,
Sorry to open a new post but anyways. I have got a function

function header($all=true){
... //Some extrememly useful code here.
}

Does this override the built-in header("...") function??

Twey
09-11-2006, 06:46 PM
No, it will error out when you try to define it.