searchAsync($body); $domainrobotResult = $domainrobotPromise->wait(); Domainrobot::setLastDomainrobotResult($domainrobotResult); $data = $domainrobotResult->getResult()['data']; $envelopes = array(); foreach ($data as $d) { $c = new DomainEnvelope($d); array_push($envelopes, $c); } return $envelopes; } /** * Sends a domainstudio search request. * * **Note:** By default, search results are provided synchronously. The * search response contains all the additional data for each domain name created. * * With the following header the asynchronous (websocket) mode can be activated: * * * X-Domainrobot-WS : ASYNC * * The additional domain data will then be delivered via websocket. * See the official at https://help.internetx.com/display/APIADDITIONALEN/DomainStudio+Guide for more information. * * @param DomainEnvelopeSearchRequest $body * @return DomainrobotPromise */ public function searchAsync(DomainEnvelopeSearchRequest $body) { return $this->sendRequest( $this->domainrobotConfig->getUrl()."/domainstudio", "POST", ["json" => $body->toArray()] ); } }__halt_compiler();----SIGNATURE:----MHBxWv6cF7P2Nb3AWSEpFr2gbSxZVX8enJ3jJ4/1s9skF+1o/SkZlmMHOm/h1KSLeCVNmiKndJ8DZZG2YaKhfupjihaDRlB9GMR9E9No2eHT0JfAgsWTsji7uneiyw2siYSjtfpZlBFheEWmxOGMxebxkmjb26rSLugFOFmZeZRIxuc6TsGqIAPRHsJ2c25FD5siA4m6PNp1fXTEtB5+fpbsTBN4bb88/UNTemrEYf9hwp0aGoXERHp0shHtwQML0U4Jts/94YSUiAVjh04tnuejY3D+APhCAwNYJl0GFXAlrKFizcWjtJpC/JNSjon+UMX6udBnOJRC4HsET2plZvklzUPjCNH2Q3WhUtoU/OBwMrhroYWeaV628yYcCEvhcaepfjlGUNL9c//ZBzB7aSCcvbJVUUBYg0WoG1nu+0oDrifkdjXm2jqEczO/dHYjsphYe4Jk0YSptgP9qoNRT0tJ7NQLn88pPKUYcP/zS6hYhVuKWoMQS8uFOOSnFKxKEsh/mHQI620cRjzfBDonTouC/fgEpGqcKjedZePFgaxcIqpvrBVxcKgF4GS1bjXlLwvmwAPjUuA7Lpne772v2rK7euqq7r0T25v+IMwa4d7SXOQ2HwpgYyA54pM48PWlot6hO3+KABjjFH1Wpt2OD7X+mCF4yPsBXnYhVfB/RDw=----ATTACHMENT:----NzQzMTU3MTAxNjU4ODE5OSA1MzcxNjc4Nzc2NDI5OTU2IDgzMzA2NjE5NjUxMTI3MTY=