Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I reckon this function might be helpful #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

I reckon this function might be helpful #3

wants to merge 1 commit into from

Conversation

hamstar
Copy link

@hamstar hamstar commented Feb 19, 2011

get_request_options() - drops an associative array of the curl options currently configured

@nickl-
Copy link

nickl- commented Jun 19, 2012

merged at nickl-/curl@8dec78d

@p4ul
Copy link

p4ul commented Dec 18, 2013

How do you call this? Isn't the request object destroyed at the end of the request method?

curl_close($this->request);

I get 16 is not a valid cURL handle resource when I try and use it like:

$response = $curl->get($url);
$info = $curl->get_request_options();

@nickl-
Copy link

nickl- commented Dec 20, 2013

@p4ul Unfortunately I can only help with the fork at nickl-/curl this repo has been dead for years.

Repository owner deleted a comment from yehyabelhadad Feb 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants