PEAR_Error::toString()

PEAR_Error::toString() – オブジェクトの文字列表現を生成する

Synopsis

require_once 'PEAR.php';

string PEAR_Error::toString ( )

Description

エラーオブジェクト(が保持する情報)についての文字列表現を生成します。

Return value

string - オブジェクトの文字列表現

Note

This function can not be called statically.