put('https://httpbin.org/put', array( 'id' => 1, 'first_name' => 'Zach', 'last_name' => 'Borboa', )); echo 'Data server received via PUT:' . "\n"; var_dump($curl->response->form);