Re: [PHP] exit status

2002-03-04 Thread David Apthorpe
Thanks. Is there any way to work around this at present? David Lars Torben Wilson [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED]; On Sun, 2002-03-03 at 04:16, David Apthorpe wrote: I'm using PHP on the command line. Is there any way to exit, whilst setting the exit status,

[PHP] exit status

2002-03-03 Thread David Apthorpe
I'm using PHP on the command line Is there any way to exit, whilst setting the exit status, without having it print out? For example, exit(2) will print 2 Thanks in advance, David Apthorpe -- PHP General Mailing List (http://wwwphpnet/) To unsubscribe, visit: http://wwwphpnet/unsubphp

Re: [PHP] exit status

2002-03-03 Thread Lars Torben Wilson
On Sun, 2002-03-03 at 04:16, David Apthorpe wrote: I'm using PHP on the command line. Is there any way to exit, whilst setting the exit status, without having it print out? For example, exit(2) will print 2. Thanks in advance, David Apthorpe This will be in PHP 4.2.0. -- Torben