addPut('https://httpbin.org/put', array( 'id' => '123', 'subject' => 'hello', 'body' => 'hello', )); $multi_curl->addPut('https://httpbin.org/put', array( 'id' => '456', 'subject' => 'hello', 'body' => 'hello', )); $multi_curl->start();