Subversion Repositories php-qbpwcf

Rev

Rev 81 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 81 Rev 222
Line 1... Line 1...
1
<?php
1
<?php
2
 
2
 
3
/*
3
/*
4
 
4
 
5
	QBPWCF, Quick Build PHP website Component base on Fedora Linux.
5
	QBPWCF, Quick Build PHP website Component base on Fedora Linux.
6
    Copyright (C) 2015~2025 Min-Jhin,Chen
6
    Copyright (C) 2014~2025 MIN ZHI, CHEN
7
 
7
 
8
    This file is part of QBPWCF.
8
    This file is part of QBPWCF.
9
 
9
 
10
    QBPWCF is free software: you can redistribute it and/or modify
10
    QBPWCF is free software: you can redistribute it and/or modify
11
    it under the terms of the GNU General Public License as published by
11
    it under the terms of the GNU General Public License as published by
Line 89... Line 89...
89
	#無.
89
	#無.
90
	#備註:
90
	#備註:
91
	#無.
91
	#無.
92
	$record=logs::record($conf);
92
	$record=logs::record($conf);
93
	unset($conf);
93
	unset($conf);
94
	
94
 
95
	#結束執行
95
	#結束執行
96
	exit;
96
	exit;
97
 
97
 
98
	}#if end
98
	}#if end
99
	
99
 
100
#debug
100
#debug
101
var_dump($nativeSocketTcpIpServer);
101
var_dump($nativeSocketTcpIpServer);
102
 
102
 
103
?>
-
 
104
103
?>
-
 
104