Web関連

session_unset

session_unsetは現在登録されている全てのセッション変数を開放します。

書式

session_unset()

使用例

<?php

session_unset();

?>