previousPEAR_ErrorStack::singleton (Previous) (Next) PEAR_ErrorStack::staticHasErrorsnext

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

PEAR_ErrorStack::staticGetErrors

PEAR_ErrorStack::staticGetErrors() – Obtiene una lista de todos los errores desde la última purga, organizados por paquete

Synopsis

require_once 'PEAR/ErrorStack.php';

array PEAR_ErrorStack::staticGetErrors ( mixed $purge = = false , boolean $merge = = false , array $sortfunc = array('PEAR_ErrorStack', '_sortErrors') , boolean $clearStack )

Description

Versión estática de PEAR_ErrorStack::getErrors(), devuelve todos los errores desde todas las pilas individuales.

Parameter

mixed $purge

boolean $merge

Fijar para devolver un array no ordenado por paquetes

array $sortfunc

Función empleada para ordenar un array que se une - por defecto se ordena por tiempo y debería servir para la mayoría de casos

boolean $clearStack

Fijar para purgar la pila de errores de los errores acumulados

Throws

throws no se lanza ninguna excepción

Note

This function should be called statically.

previousPEAR_ErrorStack::singleton (Previous) (Next) PEAR_ErrorStack::staticHasErrorsnext

Download Documentation Last updated: Sun, 18 Oct 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.