PEAR_Error::addUserInfo()

PEAR_Error::addUserInfo() – add user information

Synopsis

require_once 'PEAR.php';

void PEAR_Error::addUserInfo ( string $info )

Description

Adds an user information to the error object.

Parameter

  • string - user info

Note

This function can not be called statically.