Réalisées par des traducteurs professionnels, des entreprises, des pages web ou traductions disponibles gratuitement.
this function is should be called after you initialize a curl session and all the options for the session are set.
this function should be called after you initialize a curl session and all the options for the session are set.
Dernière mise à jour : 2011-10-24
Fréquence d'utilisation : 1
Qualité :
the basic idea behind the curl functions is that you initialize a curl session using the curl_init(), then you can set all your options for the transfer via the curl_exec() and then you finish off your session using the curl_close().
the basic idea behind the curl functions is that you initialize a curl session using the curl_init(), then you can set all your options for the transfer via the curl_setopt(), then you can execute the session with the curl_exec() and then you finish off your session using the curl_close().
Dernière mise à jour : 2011-10-24
Fréquence d'utilisation : 1
Qualité :