public function SessionHandlerInterface::destroy in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/http-foundation/Resources/stubs/SessionHandlerInterface.php \SessionHandlerInterface::destroy()
Destroys a session.
Parameters
string $sessionId Session ID, see http://php.net/function.session-id:
Return value
bool true on success, false on failure
See also
http://php.net/sessionhandlerinterface.destroy
File
- vendor/
symfony/ http-foundation/ Resources/ stubs/ SessionHandlerInterface.php, line 90
Class
- SessionHandlerInterface
- SessionHandlerInterface for PHP < 5.4.
Code
public function destroy($sessionId);