PEAR_ErrorStack::getErrorMessageTemplate
PEAR_ErrorStack::getErrorMessageTemplate() – Standard Error Message Template generator from error code
Synopsis
require_once 'PEAR/ErrorStack.php';
string PEAR_ErrorStack::getErrorMessageTemplate (
mixed $code
)
Описание
Standard Error Message Template generator from error code
Parameter
-
mixed
$code
-
Throws
throws no exceptions thrown
Замечание
This function can not be called statically.