PEAR_Error::getCode()

PEAR_Error::getCode() – получает код ошибки

Synopsis

require_once 'PEAR.php';

integer PEAR_Error::getCode ( )

Description

Возвращает код ошибки, который указан в объекте PEAR_Error.

Return value

integer - код ошибки

Note

This function can not be called statically.