Rev 915 | Blame | Compare with Previous | Last modification | View Log | RSS feed
<?php#指派命名空間為 qbpwcfnamespace qbpwcf{#匯入外部套件include("../../allInOne.php");#檢查session變數var_dump($_SESSION["sessionName"]);#卸除session變數unset($_SESSION["sessionValue"]);}#namespace qbpwcf end?>