PEAR::registerShutdownFunc()

PEAR::registerShutdownFunc() -- set a shutdown function for static classes (package developer related)

Synopsis

require_once 'PEAR.php';

void PEAR::registerShutdownFunc (array $func [, array $var = array()])

Description

The indicated function is called, before the PHP interpreter will be finished.

Parameter

Example