PHP Manual

PEAR Manual

Smarty Manual

PostgreSQL

MySQL Manual

Perl Manual

pear::registershutdownfunc()

pear::registershutdownfunc() -- set a shutdown function for static classes (package developer related)

description

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

parameter

  • 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.