Skip to content

Instantly share code, notes, and snippets.

@samsoir
Created June 8, 2009 14:13
Show Gist options
  • Select an option

  • Save samsoir/125836 to your computer and use it in GitHub Desktop.

Select an option

Save samsoir/125836 to your computer and use it in GitHub Desktop.
<?php
$curl = Curl::factory(array('options' => array(CURLOPT_FAILONERROR => FALSE, CURLOPT_URL => 'http://sam.clark.name')));
var_dump($curl);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment