Skip to content

Commit 5626f80

Browse files
author
Mostafa Kamal
committed
curl
1 parent 1832343 commit 5626f80

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)