curl:一个友好PHP卷曲包装器

时间:2024-06-02 19:09:19
【文件属性】:

文件名称:curl:一个友好PHP卷曲包装器

文件大小:22KB

文件格式:ZIP

更新时间:2024-06-02 19:09:19

php curl php-library PHP

适用于PHP的curl包装类 一个PHP包装器类,用于简化。 如何使用 以下代码显示了如何使用此类 $ http = new dcai\curl; // enable cache $ http = new dcai\curl( array ( 'cache' => true )); // enable cookie $ http = new dcai\curl( array ( 'cookie' => true )); // enable proxy $ http = new dcai\curl( array ( 'proxy' => true )); // HTTP GET $ response = $ http -> get ( 'http://example.com' ); // HTTP POST $ response = $ http -> post ( 'http://exa


【文件预览】:
curl-master
----composer.json(454B)
----.travis.yml(186B)
----phpunit.xml(882B)
----tests()
--------bootstrap.php(186B)
--------curl_test.php(2KB)
--------assets()
----prettier.config.js(305B)
----LICENSE(34KB)
----src()
--------dcai()
----examples()
--------xmlrpc.php(1KB)
--------version.php(246B)
--------test.php(286B)
----.gitignore(22B)
----Makefile(82B)
----README.md(843B)

网友评论