Subversion Repositories qbpwcf-lib(archive)

Rev

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

Rev Author Line No. Line
1 liveuser 1
<?php
2
 
3
#使用命名空間qbpwcf
4
namespace qbpwcf{
5
 
6
	#匯入外部套件
7
	include("../../allInOne.php");
8
 
9
	#檢查 $_SESSION 變數的內容
10
	var_dump($_SESSION);
11
 
12
	}#namespace qbpwcf end
13
 
14
?>