PEAR_Error::getType()

PEAR_Error::getType() – エラータイプを取得する

Synopsis

require_once 'PEAR.php';

integer PEAR_Error::getType ( )

Description

オブジェクトのエラークラス名を返します。

Return value

string - エラークラス名

Note

This function can not be called statically.