CakeFest 2024: The Official CakePHP Conference

EventBase::gotStop

(PECL event >= 1.2.6-beta)

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

Descripción

public EventBase::gotStop(): bool

Verifica si se ha indicado al bucle del evento de salir con EventBase::stop() .

Parámetros

Esta función no tiene parámetros.

Valores devueltos

Devuelve true si se indicó al bucle del evento de salir con EventBase::stop() . false en caso contrario .

Ver también

add a note

User Contributed Notes

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