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
#指派命名空間
4
namespace qbpwcf{
5
 
6
	#匯入外部套件
7
	include("../../allInOne.php");
8
 
9
	#印出接受到的網址
10
	var_dump($_REQUEST);
11
 
12
	}#namespace qbpwcf end
13
 
14
?>