CakeFest 2024: The Official CakePHP Conference

EventBase::gotExit

(PECL event >= 1.2.6-beta)

EventBase::gotExitVerifica si se ha indicado al bucle del evento de salir

Descripción

public EventBase::gotExit(): bool

Verifica si se ha indicado al bucle del evento de salir con el método EventBase::exit() .

Parámetros

Esta función no tiene parámetros.

Valores devueltos

Devuelve true si se ha indicado al bucle de salir con el método EventBase::exit() . false en caso contrario.

Ver también

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top