PEAR_Error::getCode()

PEAR_Error::getCode() – エラーコードを取得する

Synopsis

require_once 'PEAR.php';

integer PEAR_Error::getCode ( )

Description

エラーオブジェクトに関連付けられたエラーコードを返します。

Return value

integer - エラー番号

Note

This function can not be called statically.