On Jan 8, 2008, at 3:57 PM, Daniel Brown wrote:
On Jan 8, 2008 4:40 PM, Jack Mays <jmays@xxxxxxxxxxx> 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....
Silly Rabbit! 'die' is NOT function - it's a construct. In fact, it's
an alias to 'exit'.
http://php.net/die
No further research required.... ;)
~Philip
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php