Subversion Repositories qbpwcf-lib(archive)

Rev

Rev 915 | Blame | Compare with Previous | Last modification | View Log | RSS feed

<?php

#使用命名空間qbpwcf
namespace qbpwcf{

        #匯入外部套件
        include("../../allInOne.php");
        
        #提示正在測試的功能
        echo "<hr>header::formVarToSessionThenRedirection - testCase 1<br>";

        var_dump($_SESSION);

        }#namespace qbpwcf end

?>