PHP 8.5.0 Alpha 2 available for testing

session_register_shutdown

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

session_register_shutdownFunción de cierre de sesiones

Descripción

session_register_shutdown(): void

Registra session_write_close() como una función de cierre.

Parámetros

Esta función no contiene ningún parámetro.

Valores devueltos

No se retorna ningún valor.

Errores/Excepciones

Emite un error de nivel E_WARNING si la función de cierre falla.

add a note

User Contributed Notes

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