Skip to content

Instantly share code, notes, and snippets.

View Hackmastr's full-sized avatar
😄
Focusing

Hackmastr

😄
Focusing
View GitHub Profile
@Hackmastr
Hackmastr / SteamUserFunctions.php
Created September 23, 2015 22:16 — forked from rannmann/SteamUserFunctions.php
Convert Steam IDs to and from Community IDs and User IDs
<?php
/* Examples
toSteamID(25490879) // STEAM_0:1:12745439
toSteamID(76561197985756607) // STEAM_0:1:12745439
toSteamID("STEAM_0:1:12745439") // STEAM_0:1:12745439
toUserID(25490879) // 25490879
toUserID(76561197985756607) // 25490879
toUserID("STEAM_0:1:12745439") // 25490879