previousPEAR_ErrorStack::staticHasErrors (Previous) (Next) PEAR_ErrorStack::staticPopCallbacknext

View this page in Last updated: Sun, 21 Jun 2009
English | Brazilian Portuguese | Chinese | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Turkish

PEAR_ErrorStack::staticPop

PEAR_ErrorStack::staticPop() pop() の静的バージョン

Synopsis

require_once 'PEAR/ErrorStack.php';

false|array PEAR_ErrorStack::staticPop ( string $package )

Description

エラースタックからエラーを取り出します。静的メソッドです。

Parameter

string $package

エラーメッセージを取得するパッケージ名。

Return value

互換性モードが on の場合には PEAR_Error もスローされます。

Note

PEAR 1.5.0a1 以降で使用可能です。

Throws

No exceptions thrown.

Note

This function should be called statically.

previousPEAR_ErrorStack::staticHasErrors (Previous) (Next) PEAR_ErrorStack::staticPopCallbacknext

Download Documentation Last updated: Sun, 21 Jun 2009
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.