程序与服务器端通讯方法小结呢
2021-08-24 淮安装修公司
假设有10个站,分布在各地,它们的库存要同步,而数据库不支持远程连接。我们要实时地取得服务器的库存数,可以通过很多种方法,我所知道的有以下几种: ·CURL方式
·SOCKET方式
·PHP5中的SOAP方式
以下分别给出示例来实现它:
CURL方式
p
<?php
$psecode = ’NDE005’;
$website = ’’;
$amt = 1;
$pwd = 123456;
$ch = curl_init();
$curl_url = \"\" . $website .
\"pwd=\" . $pwd . \"action=checkpseid=\" . $psecode .
\"amt=\" . $amt;
curl_setopt($ch, CURLOPT_URL, $curl_url);
curl_setopt($ch, CURLOPT_POST, 1);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);//不直接输出,返回到变量
$curl_result = curl_exec($ch);
$result = explode(’,’, $curl_result);
curl_close($ch);
print_r($result);
?>
服务器端只需按一定的格式输出,然后客户端按此格式接收就可以了如:
echo \"OK,\" . $fpsecode . \",\" . $fbalance ;//以逗号分隔
SOCKET方式
这个要借助第三方类库HttpClient,可以到这里下载:
<?php
require_once ’class/p’;
$params = array(’web’ => ’’,
’pwd’ => ’123456’,
’action’ => ’check’,
’pseid’ => ’NDE005’,
’amt’ => 1);
$pageContents = HttpClient::quickPost(’
’, $params);
$result = explode(’,’, $pageContents);
print_r($result);
?>
PHP5中的SOAP方式
p
<?php
function getQuote($fpsecode) {
global $dbh;
$result = array();
try {
$query = \"SELECT fprice, fcansale, fbalance,
fbaltip FROM tblbalance where upper(trim(fpsecode))
= :psecode limit 1\";
$stmt = $dbh->prepare($query);
$stmt->execute(array(’:psecode’ => strtoupper(trim($fpsecode))));
$stmt->bindColumn(’fprice’, $fprice);
$stmt->bindColumn(’fcansale’, $fcansale);
$stmt->bindColumn(’fbalance’, $fbalance);
$stmt->bindColumn(’fbaltip’, $fbaltip);
while($row = $stmt->fetch(PDO_FETCH_BOUND)) {
//
}
} catch (PDOException $e) {
echo $e->getMessage();
}
return $fprice; //你可以返回一个数组
}
$dsn = ’pgsql:host=192.168.*.*
port=5432 dbname=db user=123456 password=123456’;
try {
$dbh = new PDO($dsn);
} catch (PDOException $e) {
die(’Connection failed: ’ . $e->getMessage());
}
ini_set(\"dl_cache_enabled\", \"0\"); // disabling WSDL cache
$server = new SoapServer(\"dl\"); //配置文件
$server->addFunction(\"getQuote\");
$server->handle();
?>
dl
<?xml version =’1.0’ encoding =’UTF-8’ ?>
<definitions name=’StockQuote’
targetNamespace=’’
xmlns:tns=’ ’
xmlns:soap=’’
xmlns:xsd=’’
xmlns:soapenc=’’
xmlns:wsdl=’’
xmlns=’’>
<message name=’getQuoteRequest’>
<part name=’symbol’ type=’xsd:string’/>
</message>
<message name=’getQuoteResponse’>
<part name=’Result’ type=’xsd:float’/>
</message>
<portType name=’StockQuotePortType’>
<operation name=’getQuote’>
<input message=’tns:getQuoteRequest’/>
<output message=’tns:getQuoteResponse’/>
</operation>
</portType>
<binding name=’StockQuoteBinding’ type=’tns:StockQuotePortType’>
<soap:binding style=’rpc’
transport=’’/>
<operation name=’getQuote’>
<soap:operation soapAction=’urn:xmethods-delayed-quotes#getQuote’/>
<input>
<soap:body use=’encoded’ namespace=’urn:xmethods-delayed-quotes’
encodingStyle=’’/>
</input>
<output>
<soap:body use=’encoded’ namespace=’urn:xmethods-delayed-quotes’
encodingStyle=’’/>
</output>
</operation>
</binding>
<service name=’StockQuoteService’>
<port name=’StockQuotePort’ binding=’StockQuoteBinding’>
<soap:address location=’’/>
</port>
</service>
</definitions>
p
三星也认可周迅。此外 <?php
$client = new SoapClient(\"dl\");
$result = $client->getQuote(\"nde005\");
print_r($result);
?>
查看本文来源
临沧白癜风最好医院阿尔茨海默病初期治疗
兰州哪家医院白癜风医院好

-
-
恩惠昆仑鸿星发展训练营开幕约40名中国球员参
昆仑鸿星发展训练营开幕 约40名中国球员参与其中由中国冰球协会主办的昆仑...
- 家居风水 2020-09-12
-
恩惠昆仑鸿星发展训练营开幕约40名中国球员参
-
-
定投合理月入8000元5年还清贷款
定投合理 月入8000元5年还清贷款李先生单身,25岁,在广州一家外企做销售,...
- 家居风水 2020-08-14
-
定投合理月入8000元5年还清贷款
-
-
曼城名将经纪人球员今夏很可能加盟中超
曼城名将经纪人:球员今夏很可能加盟中超纳斯里今夏将离开曼城 ...
- 家居风水 2020-08-04
-
曼城名将经纪人球员今夏很可能加盟中超
-
-
河南主帅崔建军胜利来之不易还有差距盼再提
河南主帅崔建军:胜利来之不易 还有差距盼再提高赛后发布会 中国...
- 家居风水 2020-08-04
-
河南主帅崔建军胜利来之不易还有差距盼再提
-
-
去年海南土地出让入库365亿同比提高51
去年海南土地出让入库365亿 同比提高51%全省国土环境资源工作会议23日在海口...
- 家居风水 2020-07-11
-
去年海南土地出让入库365亿同比提高51
-
-
点名表扬周琦的天亮了他真已赢得主帅信任搭配
点名表扬!周琦的天亮了 他真已赢得主帅信任周琦凭借努力得到了主帅的认...
- 家居风水 2020-06-06
-
点名表扬周琦的天亮了他真已赢得主帅信任搭配