Created
April 7, 2015 20:55
-
-
Save Bo0m/e134655760c6d3515190 to your computer and use it in GitHub Desktop.
Storing cookies from a PHP CURL session outside of the cookie jar.
What is inside $cookieData please?
$cookieData is filled in line 15,
this happens thanks to the "&" before the parameter name: &$cookieData,
when calling the function splitCookies the parameter will already be full and can be used.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What is inside $cookieData please?