You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implements getopt(), the counterpart to setopt() for retrieving the value of options on objects.
Updates
The setopt() interface is simplified, with the type now inferred from the value supplied.
ncurl() now returns redirect addresses as the response header 'Location'. This is so that HTTP data can also be returned at $data where this is provided.