SessionHandlerInterface
PHP Manual

SessionHandlerInterface::close

(PHP 5 >= 5.4.0, PHP 7)

SessionHandlerInterface::closeClose the session

Açıklama

abstract public bool SessionHandlerInterface::close ( void )

Closes the current session. This function is automatically executed when closing the session, or explicitly via session_write_close().

Değiştirgeler

Bu işlevin değiştirgesi yoktur.

Dönen Değerler

Oturum kaydının dönüş değeri (normalde başarı durumunda TRUE, aksi durumda FALSE). Dikkat edin, bu değer işlenmek üzere dahili olarak PHP'ye döndürülür.


SessionHandlerInterface
PHP Manual