addPatch('https://httpbin.org/patch', array( 'id' => '123', 'body' => 'hello world!', )); $multi_curl->addPatch('https://httpbin.org/patch', array( 'id' => '456', 'body' => 'hello world!', )); $multi_curl->start();