PEAR_Error::toString()

PEAR_Error::toString() – make string representation

Synopsis

require_once 'PEAR.php';

string PEAR_Error::toString ( )

Description

Makes a string representation of the error object.

Return value

string - object representation

Note

This function can not be called statically.