PEAR_ErrorStack::staticPushCallback

PEAR_ErrorStack::staticPushCallback() – 全パッケージのエラースタックのためのエラーコールバックを設定する

Synopsis

require_once 'PEAR/ErrorStack.php';

void PEAR_ErrorStack::staticPushCallback ( string|array $cb )

Description

全パッケージのエラースタックのシングルトンのための エラーコールバックを設定します。

Parameter

string|array $cb

Throws

No exceptions thrown.

Note

This function should be called statically.