[PHP] cancellation cleanup handlers in PHP4?

2001-08-28 Thread alvarez


Is it possible to register functions to be executed at program termination
as in unix's onexit() and pthread_cleanup_push facilities ?

  D. Alvarez Arribas [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]




Re: [PHP] cancellation cleanup handlers in PHP4?

2001-08-28 Thread pierre-yves

Hello,
From the manual:
http://www.php.net/manual/en/function.register-shutdown-function.php

py

- Original Message -
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, August 28, 2001 7:37 AM
Subject: [PHP] cancellation cleanup handlers in PHP4?



 Is it possible to register functions to be executed at program termination
 as in unix's onexit() and pthread_cleanup_push facilities ?

   D. Alvarez Arribas [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]




-- 
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]