On Jan 8, 2008 4:40 PM, Jack Mays <[EMAIL PROTECTED]> wrote: > > > > > funnily enough exit is even listed as a function. > > > > > > Sure it is: http://us2.php.net/manual/en/function.exit.php > > Unless I'm missing a point here or something. :)
Actually, exit is never a function. It's a language construct. I know it can accept a parameter, but that still doesn't make it a function, so I don't know why it's listed as a function in the PHP manual. Just because it's tastes like a duck doesn't mean it came from an egg. ;-P To my knowledge, die() is a function.... but I could be wrong. It could just be considered an aliased language construct. Further research is required.... -- Daniel P. Brown [Phone Numbers Go Here!] [They're Hidden From View!] If at first you don't succeed, stick to what you know best so that you can make enough money to pay someone else to do it for you. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php