PEAR_ErrorStack::staticPush()
Параметр
- string $package
Package name this error belongs to
- integer $code
Package-specific error code
- string $level
Error level. This is NOT spell-checked
- array $params
associative array of error parameters
- string $msg
Error message, or a portion of it if the message is to be generated
- array $repackage
If this error re-packages an error pushed by another package, place the array returned from pop() in this parameter
- array $backtrace
Protected parameter: use this to pass in the debug_backtrace that should be used to find error context
Пред. | Начало | След. |
PEAR_ErrorStack::staticPopCallback() | Уровень выше | PEAR_ErrorStack::staticPushCallback() |