(PHP 4 >= 4.0.5)
apache_child_terminate -- Terminate apache process after this request
Description
string apache_child_terminate
(void)
apache_child_terminate() will terminate the apache
process executing the current PHP request. It may be used to terminate
a process after a script with high memory consumption has been run
as memory will usualy only be freed internaly but not given back
to the operation system.