PEAR_Error::getDebugInfo()

PEAR_Error::getDebugInfo() – get debug information

Synopsis

require_once 'PEAR.php';

string PEAR_Error::getDebugInfo ( )

Description

Returns debug information about an error

Return value

string - error debug information

Note

This function can not be called statically.