| Post-install script structure | |
| PEAR Manual | |
require_once 'PEAR.php';
|
void PEAR::registerShutdownFunc (
array $func
,
array $var = array()
)
The indicated function is called, before the PHP interpreter will be finished.
array $func - the name of the class and of the function to ccore.
array $var - possible required function parameters. The parameters are handed over to the function in accordance with their succession of the array.
Using registerShutdownFunc()
|
| Post-install script structure | |
| PEAR Manual | |