PEAR_Error::addUserInfo()

PEAR_Error::addUserInfo() – Voeg gebruikersinformatie toe

Synopsis

require_once 'PEAR.php';

void PEAR_Error::addUserInfo ( string $info )

Description

Voegt gebruikersinformatie toe aan het error object.

Parameter

  • string - gebruikersinformatie

Note

This function can not be called statically.