D
Size: a a a
D
D
J
D
$loop = React\EventLoop\Factory::create();
$client = new React\Http\Browser($loop);
$client->get($item)->then(function (ResponseInterface
$response) {
$body =
json_decode(
$response->getBody());
});
A
RR
RR
D
callable
функцияD
$client->get($item)->then(function (ResponseInterface
$response) {
$body =
json_decode(
$response->getBody());
}
,self::test());
A
RR
A
ПЛ
ПЛ
A
RR
D
RR