
[Top]
|
Method atexit()
- Method
atexit
void atexit(function callback)
- Description
-
This function puts the callback in a queue of callbacks to
call when pike exits.
- Note
Please note that atexit callbacks are not called if Pike
exits abnormally.
- See also
exit, _exit
Extracted from Pike v7.3 release 11 at 2001-11-03.
|