Sets multiple options for a CURL session. This function is useful for setting a large amount of CURL options without repetitively calling curl_setopt().
The CURL session the options should be set for.
An array specifying which options to set and their values. The keys should be valid curl_setopt() constants or their integer equivalents.
Returns TRUE if all options were successfully set. If an option could not be successfully set, FALSE is immediately returned, ignoring any future options in the options array.
Zurück | Zum Anfang | Weiter |
curl_multi_select | Nach oben | curl_setopt |