PEAR_ChannelFile::getErrors

PEAR_ChannelFile::getErrors() – PEAR_ErrorStack::getErrors() のラッパー

Synopsis

require_once '/ChannelFile.php';

array PEAR_ChannelFile::getErrors ( boolean $purge = = false )

Description

直近の検証についてのエラーを取得します。

Parameter

boolean $purge

取得後にエラースタックをクリアするかどうかを指定します。

Throws

例外はスローされません。

Note

This function can not be called statically.