Change
$url = “https://api.twitch.tv/helix/streams?user_login=’ . implode(’&user_login=’, $names)”;
to
$url = “https://api.twitch.tv/helix/streams?user_login=’ . implode(’&user_login=’, $names)”;
echo $url;
And confirm the URL you are trying to load?