On Wed, 1 Nov 2000, John K. Sterling wrote:
> even better: Apache->exit(SERVER_ERROR);
The documentation for exit() deosnt' explicitly say you can do
that. It mentions only "0" and "DONE" (see pp. 464-465).
> or die SERVER_ERROR;
But that works. Thanks! :)
- Paul
- Re: return from nested functions Paul J. Lucas
- Re: return from nested functions Craig McLane
- Re: return from nested functions Ben Cottrell
- Re: return from nested functions G.W. Haywood
- Re: return from nested functions Paul J. Lucas
- Re: return from nested functions Matt Sergeant
- Re: return from nested functions Dave Rolsky
- Re: return from nested functions Paul J. Lucas
- Re: return from nested functions Paul J. Lucas
- Re: return from nested functions John K. Sterling
- Re: return from nested functions Paul J. Lucas
- Re: return from nested functions John K. Sterling
- Re: return from nested functions Perrin Harkins
