文件名称:soap-client:Inteleon肥皂客户端
文件大小:6KB
文件格式:ZIP
更新时间:2024-07-17 01:27:01
PHP
Inteleon肥皂客户端 使用更多选项扩展本机 PHP Soap 客户端。 该类使用 cURL 发出请求。 安装 运行: composer require inteleon/soap-client 如何使用 用法与原生相同。 选项 超时(毫秒) $ client -> setTimeout ( 30000 ); //The maximum number of milliseconds to execute. $ client -> setConnectTimeout ( 30000 ); //The number of milliseconds to wait while trying to connect. 连接尝试 $ client -> setConnectAttempts ( 2 ); //Number of connect attempts if connection f
【文件预览】:
soap-client-master
----src()
--------Client.php(4KB)
--------Exception()
----phpunit.xml.dist(257B)
----LICENSE(1KB)
----README.md(1KB)
----tests()
--------ClientTest.php(1KB)
----.gitignore(7B)
----composer.json(436B)