Re: [PHP] Equivilant of exit;

2001-11-16 Thread Brian Clark

Hi Jeff,

@ 6:26:28 PM on 11/16/2001, Jeff Lewis wrote:

 Is there an equivilant to Perls exit function?  I am calling a fatal error
 function in PHP and I want it to end the script, just want to end the whole
 program if this is called.

Maybe I'm missing something, but.. :-) PHP has exit() and die(), as
well. There are also built-in constants like __FILE__ and __LINE__

http://www.php.net/exit
http://www.php.net/die
http://www.php.net/constants

--
 -Brian Clark | PGP is spoken here: 0xE4D0C7C8
  Please, DO NOT carbon copy me on list replies.


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] Equivilant of exit;

2001-11-16 Thread Jeff Lewis

Oh geez, do I ever feel dumb...I can NOT believe I overlooked that in the
manual :(  My apologies to the list.

Jeff
- Original Message -
From: Brian Clark [EMAIL PROTECTED]
To: PHP is not a drug. [EMAIL PROTECTED]
Sent: Friday, November 16, 2001 6:41 PM
Subject: Re: [PHP] Equivilant of exit;


 Hi Jeff,

 @ 6:26:28 PM on 11/16/2001, Jeff Lewis wrote:

  Is there an equivilant to Perls exit function?  I am calling a fatal
error
  function in PHP and I want it to end the script, just want to end the
whole
  program if this is called.

 Maybe I'm missing something, but.. :-) PHP has exit() and die(), as
 well. There are also built-in constants like __FILE__ and __LINE__

 http://www.php.net/exit
 http://www.php.net/die
 http://www.php.net/constants

 --
  -Brian Clark | PGP is spoken here: 0xE4D0C7C8
   Please, DO NOT carbon copy me on list replies.


 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 To contact the list administrators, e-mail: [EMAIL PROTECTED]





-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]