摘要:
直接上代码: 复制代码 代码如下: //验证码类class ValidateCode { private $charset = 'abcdefghkmnprstuvwxyzABCDEFGHKMNPRSTUVWXYZ23456789';//随机因子 private $code;//验证码 privat 阅读全文
posted @ 2016-09-22 17:24
飘渺的悠远
阅读(1227)
评论(0)
推荐(0)
摘要:
一:PHP本身的SOAP所有的webservice都包括服务端(server)和客户端(client)。要使用php本身的soap首先要把该拓展安装好并且启用。下面看具体的code首先这是服务端实现: PHP Code复制内容到剪贴板 <?php class test { function show 阅读全文
posted @ 2016-09-22 13:24
飘渺的悠远
阅读(314)
评论(0)
推荐(0)
摘要:
网上有一些网站提供的WebService,可用作测试。如下地址就是一个提供英汉互译的WebService Endpoint: http://www.webxml.com.cn/WebServices/TranslatorWebService.asmx Disco: http://www.webxml 阅读全文
posted @ 2016-09-22 10:44
飘渺的悠远
阅读(470)
评论(0)
推荐(0)
摘要:
腾讯QQ在线状态 WEB 服务Endpoint: http://www.webxml.com.cn/webservices/qqOnlineWebService.asmx Disco: http://www.webxml.com.cn/webservices/qqOnlineWebService.a 阅读全文
posted @ 2016-09-22 09:48
飘渺的悠远
阅读(1131)
评论(0)
推荐(0)
浙公网安备 33010602011771号