This link has been bookmarked by 14 people . It was first bookmarked on 31 Mar 2008, by Raúl - [^BgTA^].
-
11 Aug 09
-
31 Jul 09
-
02 Dec 08
-
17 Sep 08
-
08 Sep 08
-
02 Jul 08
-
01 Apr 08
Bertrand ZuchuatMost PHP developers have heard of the CURL extension for PHP or even used it. However it is mostly used in a basic form: to retrieve content from other websites or (RESTful) webservices. Ofcourse PHP itself offers several functions (like fopen or fsockope
-
31 Mar 08
-
Most PHP developers have heard of the CURL extension for PHP or even used it. However it is mostly used in a basic form: to retrieve content from other websites or (RESTful) webservices. Ofcourse PHP itself offers several functions (like fopen or fsockopen) for getting this content, but they are all very basic. It is easy to run into limitations, for example you might want to define the request method or set another user agent (if you're building a webspider). This is where the curl extension kicks in. It is a separate library that has to be compiled with PHP in order to use it. The Curl extension has many functions and options which offer the developer more flexibility than the standard PHP functions.
-
-
Raúl - [^BgTA^]Multithread con PHP y Curl
Bookmarks curl ibuildings multithread php tutorial reference threads
Would you like to comment?
Join Diigo for a free account, or sign in if you are already a member.