PEAR::PEAR()

PEAR::PEAR() -- constructor (bezogen auf Package-Entwickler)

Synopsis

require_once 'PEAR.php';

void PEAR::PEAR (string [$errorClass = PEAR_Error])

Beschreibung

If you want to use the deconstructor functionality provide by PEAR, you have to call $this->PEAR() in the constructor of your class.

Parameter

Hinweise

Diese Methode kann statisch aufgerufen werden.