session_register_shutdown

(PHP >=5.4.0)

session_register_shutdownSession shutdown function

Beskrivelse

void session_register_shutdown ( void )

Registers session_write_close() as a shutdown function.

Parametre

This function has no parameters.

Returnerings Værdier

Returns TRUE on success or FALSE on failure.

Fejl/Undtagelser

Emits E_WARNING if registering the shutdown function fails.

add a note add a note

User Contributed Notes

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