Subversion Repositories php-qbpwcf

Rev

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

Rev 3 Rev 226
Line 1... Line 1...
1
<?php
1
<?php
2
 
2
 
3
/*
3
/*
4
	QBPWCF, Quick Build PHP website Component base on Fedora Linux.
4
	QBPWCF, Quick Build PHP website Component base on Fedora Linux.
5
    Copyright (C) 2015~2024 Min-Jhin,Chen
5
    Copyright (C) 2014~2025 MIN ZHI, CHEN
6
 
6
 
7
    This file is part of QBPWCF.
7
    This file is part of QBPWCF.
8
 
8
 
9
    QBPWCF is free software: you can redistribute it and/or modify
9
    QBPWCF is free software: you can redistribute it and/or modify
10
    it under the terms of the GNU General Public License as published by
10
    it under the terms of the GNU General Public License as published by
Line 16... Line 16...
16
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17
    GNU General Public License for more details.
17
    GNU General Public License for more details.
18
 
18
 
19
    You should have received a copy of the GNU General Public License
19
    You should have received a copy of the GNU General Public License
20
    along with QBPWCF.  If not, see <http://www.gnu.org/licenses/>.
20
    along with QBPWCF.  If not, see <http://www.gnu.org/licenses/>.
21
    
21
 
22
*/
22
*/
23
 
23
 
24
/*
24
/*
25
#說明:
25
#說明:
26
#zerossl類別的soap服務
26
#zerossl類別的soap服務
Line 56... Line 56...
56
#http://www.php.net/manual/en/function.is-soap-fault.php
56
#http://www.php.net/manual/en/function.is-soap-fault.php
57
#http://www.php.net/manual/en/soapserver.soapserver.php
57
#http://www.php.net/manual/en/soapserver.soapserver.php
58
#http://www.php.net/manual/en/soapserver.setclass.php
58
#http://www.php.net/manual/en/soapserver.setclass.php
59
#http://www.php.net/manual/en/soapserver.handle.php
59
#http://www.php.net/manual/en/soapserver.handle.php
60
$serviceCreateResult=soap::createService($conf);
60
$serviceCreateResult=soap::createService($conf);
61
unset($conf);
-
 
62
61
unset($conf);
-
 
62