D++ (DPP)  10.0.30
C++ Discord API Bot Library
dlcount.php File Reference

Variables

 $downloads = 0
 
 $githubApi = "https://api.github.com/repos/brainboxdotcc/dpp/releases"
 
 $json
 

Variable Documentation

◆ $downloads

$downloads = 0

◆ $githubApi

$githubApi = "https://api.github.com/repos/brainboxdotcc/dpp/releases"

◆ $json

$json
Initial value:
= json_decode(
file_get_contents(
false,
stream_context_create(
[
"http" => [
"method" => "GET",
"header" => "User-Agent: DPP/Website"
]
]
)
)
)
$githubApi
$githubApi
Definition: dlcount.php:2