From: "Ford, Mike [LSS]" <[EMAIL PROTECTED]>

> Mind you, there are exceptions: exit(), for example, is a language
construct
> but requires the parens (at least, that's what the fine manual appears to
> say, and I've not tested it without!).

Only if you want to pass an exit value, i.e. exit(101); otherwise just plain
'ole exit; works fine.

---John Holmes...

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to