CakeFest 2024: The Official CakePHP Conference

Generator::__wakeup

(PHP 5 >= 5.5.0, PHP 7, PHP 8)

Generator::__wakeupSerialize callback

Descripción

public Generator::__wakeup(): void

Lanza una excepción indicando que el generador no puede ser presentado.

Parámetros

Esta función no tiene parámetros.

Valores devueltos

No devuelve ningún valor.

add a note

User Contributed Notes

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