We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1832343 commit 5626f80Copy full SHA for 5626f80
web-developer/php/advance/curl/index.md
@@ -0,0 +1,18 @@
1
+
2
+# curl
3
4
+`curl stands for Client url.`
5
6
+curl resource
7
8
+$curl = curl_init();
9
10
+# resource
11
12
+* [php.net](https://www.php.net/manual/en/ref.curl.php)
13
+* [edureka](https://www.edureka.co/blog/php-curl-tutorial/)
14
15
+# package
16
17
+* [ares333/php-curl](https://github.com/ares333/php-curl)
18
+* [php-curl-class](https://github.com/php-curl-class/php-curl-class)
0 commit comments